diff options
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r-- | src/net/eathena/gamehandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp index 3df214464..42910d964 100644 --- a/src/net/eathena/gamehandler.cpp +++ b/src/net/eathena/gamehandler.cpp @@ -185,6 +185,7 @@ void GameHandler::processMapLogin(Net::MessageIn &msg) "(%d, %d), Direction: %d", x, y, direction); msg.readInt16("font"); + msg.readUInt8("sex"); mLastHost &= 0xffffff; |