Core/PacketIO: Implemented UIMap questlines

Port From (https://github.com/TrinityCore/TrinityCore/commit/efa76de54011d40d69412d2af23cb071ed352688)
This commit is contained in:
Hondacrx
2024-10-10 10:08:02 -04:00
parent 6e2fc20fb8
commit 1ceaa24432
5 changed files with 179 additions and 4 deletions
+6
View File
@@ -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();