Core/Spells: Restore serverside spells fuinctionality
Port From (https://github.com/TrinityCore/TrinityCore/commit/71112d4d169ef192f8c3c9eb1303bdd880336eaa)
This commit is contained in:
@@ -442,6 +442,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo Storage...");
|
||||
Global.SpellMgr.LoadSpellInfoStore();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading serverside spells...");
|
||||
Global.SpellMgr.LoadSpellInfoServerside();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo corrections...");
|
||||
Global.SpellMgr.LoadSpellInfoCorrections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user