Core/Misc: Implemented spawn tracking
Port From (https://github.com/TrinityCore/TrinityCore/commit/c9099c87567ead635811ef71b990ae7f19103509)
This commit is contained in:
@@ -803,6 +803,18 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Player Choices...");
|
||||
Global.ObjectMgr.LoadPlayerChoices();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Spawn Tracking Templates...");
|
||||
Global.ObjectMgr.LoadSpawnTrackingTemplates();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Spawn Tracking Quest Objectives...");
|
||||
Global.ObjectMgr.LoadSpawnTrackingQuestObjectives();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Spawn Tracking Spawns...");
|
||||
Global.ObjectMgr.LoadSpawnTrackings();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Spawn Tracking Spawn States...");
|
||||
Global.ObjectMgr.LoadSpawnTrackingStates();
|
||||
|
||||
if (WorldConfig.GetBoolValue(WorldCfg.LoadLocales))
|
||||
{
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Player Choices Locales...");
|
||||
|
||||
Reference in New Issue
Block a user