Core/Creatures: Added possibility to automatically despawn personal summons on quest remove
Port From (https://github.com/TrinityCore/TrinityCore/commit/b3dce0ac08d4f740505037aff2cad7685444db15)
This commit is contained in:
@@ -704,6 +704,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Game Event Data..."); // must be after loading pools fully
|
||||
Global.GameEventMgr.LoadFromDB();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading creature summoned data...");
|
||||
Global.ObjectMgr.LoadCreatureSummonedData(); // must be after LoadCreatureTemplates() and LoadQuests()
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading NPCSpellClick Data..."); // must be after LoadQuests
|
||||
Global.ObjectMgr.LoadNPCSpellClickSpells();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user