Merge pull request #92 from gsemaj/crocpot

Implement Croc Pot item combining
Fix vehicle type override
This commit is contained in:
CakeLancelot
2020-09-20 13:40:36 -05:00
committed by GitHub
6 changed files with 137 additions and 4 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);