diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index 73d8d11a0..0bb3b234a 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -4644,6 +4644,12 @@ namespace Game.Entities spellInfo._LoadSqrtTargetLimit(5, 0, null, 1, null, null); }); + // Divine Storm + ApplySpellFix([53385], spellInfo => + { + spellInfo._LoadSqrtTargetLimit(5, 0, null, 1, null, null); + }); + Log.outInfo(LogFilter.ServerLoading, $"Loaded SpellInfo target caps in {Time.GetMSTimeDiffToNow(oldMSTime)} ms"); }