"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

@@ -28,7 +28,8 @@ namespace NPCManager {
void npcVendorTable(CNSocket* sock, CNPacketData* data);
void npcVendorBuy(CNSocket* sock, CNPacketData* data);
void npcVendorSell(CNSocket* sock, CNPacketData* data);
void npcVendorRestore(CNSocket* sock, CNPacketData* data);
void npcVendorBuyback(CNSocket* sock, CNPacketData* data);
void npcVendorBuyBattery(CNSocket* sock, CNPacketData* data);
void updatePlayerNPCS(CNSocket* sock, PlayerView& plr);
}