Core/PacketIO: Implemented UIMap questlines
Port From (https://github.com/TrinityCore/TrinityCore/commit/efa76de54011d40d69412d2af23cb071ed352688)
This commit is contained in:
@@ -806,6 +806,12 @@ namespace Game
|
||||
Global.ObjectMgr.LoadPlayerChoicesLocale();
|
||||
}
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading UIMap questlines...");
|
||||
Global.ObjectMgr.LoadUiMapQuestLines();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading UIMap quests...");
|
||||
Global.ObjectMgr.LoadUiMapQuests();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Jump Charge Params...");
|
||||
Global.ObjectMgr.LoadJumpChargeParams();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user