mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(Core/Maps): Improve large object updater (#22659)
This commit is contained in:
@@ -479,7 +479,7 @@ public:
|
||||
_updateObjects.erase(obj);
|
||||
}
|
||||
|
||||
size_t GetUpdateObjectsCount() const { return _updateObjects.size(); }
|
||||
size_t GetUpdatableObjectsCount() const { return _updatableObjectList.size(); }
|
||||
|
||||
virtual std::string GetDebugInfo() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user