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:
Hondacrx
2025-05-19 12:50:39 -04:00
parent 87df85cac7
commit 258bde8e13
3 changed files with 50 additions and 15 deletions
+3
View File
@@ -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();