From ef5ed949e3a05620f6211515d7a950743b39babe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Nov 2014 19:17:04 +0300 Subject: fix fields names for packet CMSG_MAP_SERVER_CONNECT. --- src/net/eathena/gamehandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp index 42910d964..8baae162f 100644 --- a/src/net/eathena/gamehandler.cpp +++ b/src/net/eathena/gamehandler.cpp @@ -127,7 +127,7 @@ void GameHandler::connect() outMsg.writeInt32(token.account_ID, "account id"); outMsg.writeInt32(mCharID, "char id"); outMsg.writeInt32(token.session_ID1, "session key1"); - outMsg.writeInt32(token.session_ID2, "session key2"); + outMsg.writeInt32(0, "tick"); outMsg.writeInt8(Being::genderToInt(token.sex), "sex"); /* if (localPlayer) -- cgit v1.2.3-60-g2f50