Core/Pools: Implemented pooling for instances

Port From (https://github.com/TrinityCore/TrinityCore/commit/94d829c84fb184990e26178551d10ecdca049efd)
This commit is contained in:
hondacrx
2022-06-15 22:56:12 -04:00
parent 04caa3e757
commit 4038b93aa1
7 changed files with 286 additions and 197 deletions
+1
View File
@@ -37,6 +37,7 @@ namespace Game.Maps
public uint PhaseId;
public uint PhaseGroup;
public int terrainSwapMap;
public uint poolId;
public int spawntimesecs;
public List<Difficulty> SpawnDifficulties;
public uint ScriptId;