summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 13:43:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-04 13:43:28 +0300
commita091e57428367f0fee4130cda66867fe56e0e12e (patch)
tree82960f37f2defa7cc486e4653c4b087edbf959a8 /src/net/eathena/gamehandler.cpp
parentfb36852e1fe3e93811ef7de329729789ec815cf5 (diff)
downloadplus-a091e57428367f0fee4130cda66867fe56e0e12e.tar.gz
plus-a091e57428367f0fee4130cda66867fe56e0e12e.tar.bz2
plus-a091e57428367f0fee4130cda66867fe56e0e12e.tar.xz
plus-a091e57428367f0fee4130cda66867fe56e0e12e.zip
eathena: update to hercules changes for packets version 20141022.
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r--src/net/eathena/gamehandler.cpp1
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;