Implement buyback

Sellability tweak


Add additional item categories
This commit is contained in:
Gent
2020-09-14 01:27:20 -04:00
parent c91022030c
commit da8c833587
3 changed files with 65 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ 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 updatePlayerNPCS(CNSocket* sock, PlayerView& plr);
}