Add sell functionality to vendors

This commit is contained in:
Gent
2020-09-11 22:04:23 -04:00
parent 5747c24479
commit 4e7352da66
2 changed files with 40 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ namespace NPCManager {
void npcVendorStart(CNSocket* sock, CNPacketData* data);
void npcVendorTable(CNSocket* sock, CNPacketData* data);
void npcVendorBuy(CNSocket* sock, CNPacketData* data);
void npcVendorSell(CNSocket* sock, CNPacketData* data);
void updatePlayerNPCS(CNSocket* sock, PlayerView& plr);
}