Core/Pools: Fix crash on startup

Port From (https://github.com/TrinityCore/TrinityCore/commit/7eff81f9dbf93e6f1efbd77b2623a0ee881f82cf)
This commit is contained in:
hondacrx
2022-02-17 17:17:53 -05:00
parent 717ed6e36a
commit 81d08e48e5
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1312,7 +1312,7 @@ namespace Game
}
foreach (var poolId in mGameEventPoolIds[internal_event_id])
Global.PoolMgr.DespawnPool(poolId);
Global.PoolMgr.DespawnPool(poolId, true);
}
void ChangeEquipOrModel(short event_id, bool activate)