From b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Apr 2016 19:15:01 +0300 Subject: Add old versions for packet CMSG_MAP_SERVER_CONNECT. --- src/net/eathena/gamehandler.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/net/eathena/gamehandler.cpp') 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); } -- cgit v1.2.3-60-g2f50