refactor(Core): DespawnOrUnsummon (#23141)
This commit is contained in:
parent
8e2e30328f
commit
53238a68d3
148 changed files with 363 additions and 366 deletions
|
|
@ -162,7 +162,7 @@ void WorldUpdateTime::SetRecordUpdateTimeInterval(Milliseconds t)
|
|||
|
||||
void WorldUpdateTime::RecordUpdateTime(Milliseconds gameTimeMs, uint32 diff, uint32 sessionCount)
|
||||
{
|
||||
if (_recordUpdateTimeInverval > 0s && diff > _recordUpdateTimeMin.count())
|
||||
if (_recordUpdateTimeInverval > 0ms && diff > _recordUpdateTimeMin.count())
|
||||
{
|
||||
if (GetMSTimeDiff(_lastRecordTime, gameTimeMs) > _recordUpdateTimeInverval)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue