moved egg summoning to a custom ChatManager command

This commit is contained in:
Kamil
2020-11-09 11:04:30 +01:00
committed by Gent
parent 9087baae3c
commit 0ecf76c5ec
3 changed files with 40 additions and 35 deletions

View File

@@ -78,6 +78,5 @@ namespace NPCManager {
int eggBuffPlayer(CNSocket* sock, int skillId, int duration);
void eggStep(CNServer* serv, time_t currTime);
void npcDataToEggData(sNPCAppearanceData* npc, sShinyAppearanceData* egg);
void eggSummon(CNSocket* sock, CNPacketData* data);
void eggPickup(CNSocket* sock, CNPacketData* data);
}