Server state query works, client doesn't use the result yet

Both sides of this message uses QUERY_CHARACTER_EXISTS because I'm just
trying to push forward, without worrying about mistakes I might be making.
I just want to merge this back into the main branch so I can say that I've
actually done something over the last few months.
This commit is contained in:
Kayne Ruse
2014-12-11 08:02:38 +11:00
parent 72f641bf63
commit ae046977f0
6 changed files with 33 additions and 70 deletions
+1
View File
@@ -94,6 +94,7 @@ protected:
//character management
void HandleCharacterCreate(CharacterPacket* const);
void HandleCharacterDelete(CharacterPacket* const);
void HandleCharacterQueryExists(CharacterPacket* const);
//indexes
int& clientIndex;