Implement Croc Pot item combining

This commit is contained in:
Gent
2020-09-15 20:30:01 -04:00
parent 9f78735caa
commit b929d12902
5 changed files with 112 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
std::map<std::pair<int32_t, int32_t>, Item> ItemManager::ItemData;
std::map<int32_t, std::vector<VendorListing>> ItemManager::VendorTables;
std::map<int32_t, CrocPotEntry> ItemManager::CrocPotTable;
void ItemManager::init() {
REGISTER_SHARD_PACKET(P_CL2FE_REQ_ITEM_MOVE, itemMoveHandler);