Turn CharacterCreateRequestPacket handling into a method.

This commit is contained in:
Arthur Dene Ice
2013-04-22 22:56:55 -07:00
parent 18da8fe44d
commit 5b3ec4fb7c
2 changed files with 51 additions and 50 deletions
+1
View File
@@ -102,6 +102,7 @@ private:
bool HandleNameApprovalPacket(const EQApplicationPacket *app);
bool HandleSendLoginInfoPacket(const EQApplicationPacket *app);
bool HandleGenerateRandomNamePacket(const EQApplicationPacket *app);
bool HandleCharacterCreateRequestPacket(const EQApplicationPacket *app);
EQStreamInterface* const eqs;
};