Server/PacketIO: Updated CMSG_TIME_SYNC_RESP for 434

This commit is contained in:
AriDEV
2014-08-26 02:02:38 +02:00
parent 3b31a847b9
commit e9d0660b06

View File

@@ -1500,7 +1500,7 @@ void WorldSession::HandleTimeSyncResp(WorldPacket& recvData)
TC_LOG_DEBUG("network", "CMSG_TIME_SYNC_RESP");
uint32 counter, clientTicks;
recvData >> counter >> clientTicks;
recvData >> clientTicks >> counter;
if (counter != _player->m_timeSyncQueue.front())
TC_LOG_ERROR("network", "Wrong time sync counter from player %s (cheater?)", _player->GetName().c_str());