Turn CharacterCreatePacket handling into a method.

This commit is contained in:
Arthur Dene Ice
2013-04-22 23:00:44 -07:00
parent 5b3ec4fb7c
commit cc07d511a5
2 changed files with 32 additions and 25 deletions
+1
View File
@@ -103,6 +103,7 @@ private:
bool HandleSendLoginInfoPacket(const EQApplicationPacket *app);
bool HandleGenerateRandomNamePacket(const EQApplicationPacket *app);
bool HandleCharacterCreateRequestPacket(const EQApplicationPacket *app);
bool HandleCharacterCreatePacket(const EQApplicationPacket *app);
EQStreamInterface* const eqs;
};