mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-18 13:40:04 +00:00
Implement Croc Pot item combining
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user