mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Merge pull request #12928 from AriDEV/4.3.4
Server/PacketIO: Updated CMSG_TIME_SYNC_RESP for 434
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user