From 4eb7668922eedbc4f314adf908081d645e320b35 Mon Sep 17 00:00:00 2001 From: BenDol Date: Sun, 3 Aug 2014 23:46:07 +1200 Subject: [PATCH] Can now login to official tibia servers. --- src/client/protocolgamesend.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/client/protocolgamesend.cpp b/src/client/protocolgamesend.cpp index 5d1223a4..d7d4b20c 100644 --- a/src/client/protocolgamesend.cpp +++ b/src/client/protocolgamesend.cpp @@ -59,10 +59,6 @@ void ProtocolGame::sendLoginPacket(uint challengeTimestamp, uint8 challengeRando // This may only be required by the flash client if(g_game.getClientVersion() >= 980) { msg->addU32(g_game.getClientVersion()); - msg->addU8(0); // client type - } - - if(g_game.getClientVersion() >= 1050) { msg->addU8(0); // preview state }