mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-19 06:00:04 +00:00
Implement buyback
Sellability tweak Add additional item categories
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user