Core/Misc: Add helper table phase_name and improve .npc info and .gps
Port From (https://github.com/TrinityCore/TrinityCore/commit/833e17998571a57ada61f5ca92341dc242114458)
This commit is contained in:
@@ -1079,6 +1079,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading scenario poi data");
|
||||
Global.ScenarioMgr.LoadScenarioPOI();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading phase names...");
|
||||
Global.ObjectMgr.LoadPhaseNames();
|
||||
|
||||
// Preload all cells, if required for the base maps
|
||||
if (WorldConfig.GetBoolValue(WorldCfg.BasemapLoadGrids))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user