fix(Core/Maps): Improve large object updater (#22659)
This commit is contained in:
parent
2485ff7f5f
commit
2450237b7d
4 changed files with 4 additions and 4 deletions
|
|
@ -1351,7 +1351,7 @@ public:
|
|||
map->GetId(), map->GetMapName(), map->GetInstanceId(),
|
||||
uint64(map->GetObjectsStore().Size<Creature>()),
|
||||
uint64(map->GetObjectsStore().Size<GameObject>()),
|
||||
uint64(map->GetUpdateObjectsCount()));
|
||||
uint64(map->GetUpdatableObjectsCount()));
|
||||
|
||||
CreatureCountWorker worker;
|
||||
TypeContainerVisitor<CreatureCountWorker, MapStoredObjectTypesContainer> visitor(worker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue