Can now login to official tibia servers.

This commit is contained in:
BenDol 2014-08-03 23:46:07 +12:00
parent c706dc12fe
commit 4eb7668922
1 changed files with 0 additions and 4 deletions

View File

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