Turn NameApprovalPacket handling into a method.

This commit is contained in:
Arthur Dene Ice
2013-04-22 22:44:29 -07:00
parent a7ce66856b
commit 969f0c535e
2 changed files with 47 additions and 39 deletions
+2
View File
@@ -98,6 +98,8 @@ private:
bool seencharsel;
bool realfirstlogin;
bool HandlePacket(const EQApplicationPacket *app);
bool HandleNameApprovalPacket(const EQApplicationPacket *app);
EQStreamInterface* const eqs;
};