"Boosts and potions!"

Fixed crate opening such that the item has an iOpt of 1.
This commit is contained in:
Gent
2020-09-14 10:27:52 -04:00
committed by dongresource
parent a976fef2b4
commit 148d90f4f1
6 changed files with 70 additions and 34 deletions

View File

@@ -41,6 +41,5 @@ namespace ItemManager {
void chestOpenHandler(CNSocket* sock, CNPacketData* data);
int findFreeSlot(Player *plr);
bool isItemRegistered(int32_t id, int32_t type);
Item getItemData(int32_t id, int32_t type);
Item* getItemData(int32_t id, int32_t type);
}