Turn DeleteCharacterPacket handling into a method.

This commit is contained in:
Arthur Dene Ice
2013-04-22 23:14:00 -07:00
parent 27493c3d75
commit ea606ef80d
2 changed files with 19 additions and 10 deletions
+1
View File
@@ -105,6 +105,7 @@ private:
bool HandleCharacterCreateRequestPacket(const EQApplicationPacket *app);
bool HandleCharacterCreatePacket(const EQApplicationPacket *app);
bool HandleEnterWorldPacket(const EQApplicationPacket *app);
bool HandleDeleteCharacterPacket(const EQApplicationPacket *app);
EQStreamInterface* const eqs;
};