Scripts/Spells: Add Divine Storm target cap
Port From (https://github.com/TrinityCore/TrinityCore/commit/320c44e8e74dbd6657cba227d4b16fed1e8aba7d)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user