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

@@ -33,4 +33,6 @@ namespace NPCManager {
void npcVendorSell(CNSocket* sock, CNPacketData* data);
void npcVendorBuyback(CNSocket* sock, CNPacketData* data);
void npcVendorBuyBattery(CNSocket* sock, CNPacketData* data);
void npcCombineItems(CNSocket* sock, CNPacketData* data);
void updatePlayerNPCS(CNSocket* sock, PlayerView& plr);
}