Core/Pooling: Quest pooling rewrite

Port From (https://github.com/TrinityCore/TrinityCore/commit/51fbda4223442635a35d3225c0797d0151ea7051)
This commit is contained in:
hondacrx
2022-01-04 17:35:29 -05:00
parent 9e61335fe8
commit ed761eb400
18 changed files with 618 additions and 542 deletions
+1
View File
@@ -104,6 +104,7 @@ public static class Global
public static DB2Manager DB2Mgr { get { return DB2Manager.Instance; } }
public static DisableManager DisableMgr { get { return DisableManager.Instance; } }
public static PoolManager PoolMgr { get { return PoolManager.Instance; } }
public static QuestPoolManager QuestPoolMgr { get { return QuestPoolManager.Instance; } }
public static WeatherManager WeatherMgr { get { return WeatherManager.Instance; } }
public static GameEventManager GameEventMgr { get { return GameEventManager.Instance; } }