Turn SendLoginInfoPacket handling into a method.

This commit is contained in:
Arthur Dene Ice
2013-04-22 22:47:19 -07:00
parent 969f0c535e
commit 211248b50e
2 changed files with 111 additions and 106 deletions
+1
View File
@@ -99,6 +99,7 @@ private:
bool realfirstlogin;
bool HandlePacket(const EQApplicationPacket *app);
bool HandleNameApprovalPacket(const EQApplicationPacket *app);
bool HandleSendLoginInfoPacket(const EQApplicationPacket *app);
EQStreamInterface* const eqs;
};