Fix loading server and talents.

This commit is contained in:
hondacrx
2023-01-18 17:25:54 -05:00
parent f73e64396f
commit 0584d234ad
3 changed files with 53 additions and 8 deletions
+3
View File
@@ -487,6 +487,9 @@ namespace Game
Log.outInfo(LogFilter.ServerLoading, "Loading Spell Totem models...");
Global.SpellMgr.LoadSpellTotemModel();
Log.outInfo(LogFilter.ServerLoading, "Loading Traits...");
TraitMgr.Load();
Log.outInfo(LogFilter.ServerLoading, "Loading languages...");
Global.LanguageMgr.LoadLanguages();