Can now login to official tibia servers.

master
BenDol 10 years ago
parent c706dc12fe
commit 4eb7668922

@ -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
}

Loading…
Cancel
Save