Added error checking for character handles

This commit is contained in:
2016-12-09 19:26:53 +11:00
parent e8ad19f267
commit 55abdfc7d0
2 changed files with 17 additions and 1 deletions
+1
View File
@@ -102,6 +102,7 @@ private:
void hCharacterUnload(CharacterPacket* const);
void hQueryCharacterExists(CharacterPacket* const);
void hCharacterMovement(CharacterPacket* const);
void hCharacterRejection(TextPacket* const);
//creature management
void hCreatureUpdate(CreaturePacket* const);