Core/DB: Unify creature_respawn and gameobject_respawn into a single respawn table

Port From (https://github.com/TrinityCore/TrinityCore/commit/be05590a12607cbf6c7f8e5436cfac0fb3625128)
This commit is contained in:
hondacrx
2021-12-27 17:32:36 -05:00
parent 12f472cee1
commit 0f98aec1cd
6 changed files with 78 additions and 124 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ namespace Game
Log.outInfo(LogFilter.ServerLoading, "Loading Instance Template...");
Global.ObjectMgr.LoadInstanceTemplate();
// Must be called before `creature_respawn`/`gameobject_respawn` tables
// Must be called before `respawn` data
Log.outInfo(LogFilter.ServerLoading, "Loading instances...");
Global.InstanceSaveMgr.LoadInstances();