Turn GenerateRandomNamePacket handling into a method.

This commit is contained in:
Arthur Dene Ice
2013-04-22 22:52:29 -07:00
parent 211248b50e
commit 18da8fe44d
2 changed files with 86 additions and 82 deletions
+2
View File
@@ -97,9 +97,11 @@ private:
bool firstlogin;
bool seencharsel;
bool realfirstlogin;
bool HandlePacket(const EQApplicationPacket *app);
bool HandleNameApprovalPacket(const EQApplicationPacket *app);
bool HandleSendLoginInfoPacket(const EQApplicationPacket *app);
bool HandleGenerateRandomNamePacket(const EQApplicationPacket *app);
EQStreamInterface* const eqs;
};