Core/Spells: Moved loading aoe target caps out of SpellMgr::LoadSpellInfoCorrections
Port From (https://github.com/TrinityCore/TrinityCore/commit/38eee2f034398e77335ec97228b931aaca5579bd)
This commit is contained in:
@@ -492,6 +492,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo immunity infos...");
|
||||
Global.SpellMgr.LoadSpellInfoImmunities();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading SpellInfo target caps...");
|
||||
Global.SpellMgr.LoadSpellInfoTargetCaps();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading PetFamilySpellsStore Data...");
|
||||
Global.SpellMgr.LoadPetFamilySpellsStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user