Server sends character create & delete messages

This commit is contained in:
Kayne Ruse
2014-12-11 07:12:16 +11:00
parent dbd1289ced
commit 72f641bf63
7 changed files with 66 additions and 39 deletions
+4
View File
@@ -91,6 +91,10 @@ protected:
void HandleRegionContent(RegionPacket* const);
void UpdateMap();
//character management
void HandleCharacterCreate(CharacterPacket* const);
void HandleCharacterDelete(CharacterPacket* const);
//indexes
int& clientIndex;
int& accountIndex;