Core/Globals: Load spellspecific and aurastate after loading spell ranks
Core/Spells: Removed obsolete code Core/Spell: do not fail triggered Charge effects in case a root is present.
This commit is contained in:
@@ -371,9 +371,6 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo custom attributes...");
|
||||
Global.SpellMgr.LoadSpellInfoCustomAttributes();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo SpellSpecific and AuraState...");
|
||||
Global.SpellMgr.LoadSpellInfoSpellSpecificAndAuraState();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo diminishing infos...");
|
||||
Global.SpellMgr.LoadSpellInfoDiminishing();
|
||||
|
||||
@@ -439,6 +436,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Spell Learn Skills...");
|
||||
Global.SpellMgr.LoadSpellLearnSkills();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo SpellSpecific and AuraState...");
|
||||
Global.SpellMgr.LoadSpellInfoSpellSpecificAndAuraState();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Spell Learn Spells...");
|
||||
Global.SpellMgr.LoadSpellLearnSpells();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user