diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-20 19:15:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-20 19:15:01 +0300 |
commit | b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e (patch) | |
tree | e4f4aa51da7f5402f54f9acccde46a21d7be1298 /src/net/eathena/gamehandler.cpp | |
parent | d036ceb193139ada2322c0f3b16991d09301878f (diff) | |
download | mv-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.tar.gz mv-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.tar.bz2 mv-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.tar.xz mv-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.zip |
Add old versions for packet CMSG_MAP_SERVER_CONNECT.
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r-- | src/net/eathena/gamehandler.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp index 0a97aa6f1..6327cb794 100644 --- a/src/net/eathena/gamehandler.cpp +++ b/src/net/eathena/gamehandler.cpp @@ -90,13 +90,7 @@ void GameHandler::connect() const outMsg.writeInt8(Being::genderToInt(token.sex), "sex"); if (serverFeatures->haveMapServerVersion()) loginHandler->sendVersion(); -/* - if (localPlayer) - { - // Change the player's ID to the account ID to match what eAthena uses - localPlayer->setId(token.account_ID); - } -*/ + // We get 4 useless bytes before the real answer comes in (what are these?) // Network::mInstance->skip(4); } |