[12656m] Updated some enums and structures. Thanks R2/TC

This commit is contained in:
Antz 2020-02-17 21:30:38 +00:00
parent c8194124df
commit 93a3a9214b
No known key found for this signature in database
GPG key ID: 0DF907270598C85F
10 changed files with 120 additions and 27 deletions

View file

@ -1437,7 +1437,9 @@ void WorldSession::HandleTimeSyncResp(WorldPacket& recv_data)
DEBUG_LOG("WORLD: Received opcode CMSG_TIME_SYNC_RESP: counter %u, client ticks %u, time since last sync %u", counter, clientTicks, clientTicks - _player->m_timeSyncClient);
if (counter != _player->m_timeSyncCounter - 1)
{
DEBUG_LOG(" WORLD: Opcode CMSG_TIME_SYNC_RESP -- Wrong time sync counter from %s (cheater?)", _player->GetGuidStr().c_str());
}
uint32 ourTicks = clientTicks + (WorldTimer::getMSTime() - _player->m_timeSyncServer);