Core/Instances: Instance lock rewrite (WIP)

Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874)
This commit is contained in:
hondacrx
2022-10-04 10:00:07 -04:00
parent d21624fd87
commit d3dde761a2
27 changed files with 907 additions and 431 deletions
+1
View File
@@ -122,6 +122,7 @@ namespace WorldServer
Global.MapMgr.UnloadAll(); // unload all grids (including locked in memory)
Global.TerrainMgr.UnloadAll();
Global.InstanceLockMgr.Unload();
Global.ScriptMgr.Unload();
// set server offline
+1
View File
@@ -209,6 +209,7 @@ Logger.Network = 3,Console Server
#Logger.Condition=3,Console Server
#Logger.Gameevent=3,Console Server
#Logger.Guild=3,Console Server
#Logger.Instance=3,Console Server
#Logger.Lfg=3,Console Server
#Logger.Loot=3,Console Server
#Logger.MapsScript=3,Console Server