fix(Core/Movement): Implement order counters (#23015)
This commit is contained in:
parent
7015f51971
commit
b80353d288
12 changed files with 546 additions and 500 deletions
|
|
@ -136,7 +136,8 @@ WorldSession::WorldSession(uint32 id, std::string&& name, uint32 accountFlags, s
|
|||
_addonMessageReceiveCount(0),
|
||||
_timeSyncClockDeltaQueue(6),
|
||||
_timeSyncClockDelta(0),
|
||||
_pendingTimeSyncRequests()
|
||||
_pendingTimeSyncRequests(),
|
||||
_orderCounter(0)
|
||||
{
|
||||
memset(m_Tutorials, 0, sizeof(m_Tutorials));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue