Core/Commands: Restore instance management commands
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab12e77cf72bcd361a380c8d1ed37d12fe0e1bbb)
This commit is contained in:
@@ -495,7 +495,7 @@ namespace Game.Entities
|
||||
IntervalTimer i_timer = new();
|
||||
object _mapsLock = new();
|
||||
uint i_gridCleanUpDelay;
|
||||
BitSet _freeInstanceIds;
|
||||
BitSet _freeInstanceIds = new(1);
|
||||
uint _nextInstanceId;
|
||||
MapUpdater m_updater;
|
||||
uint _scheduledScripts;
|
||||
|
||||
Reference in New Issue
Block a user