Merge pull request #12928 from AriDEV/4.3.4

Server/PacketIO: Updated CMSG_TIME_SYNC_RESP for 434
This commit is contained in:
Duarte Duarte
2014-08-26 01:04:36 +01:00

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());