Scripts/Spells: Fix mage spell Ray of Frost

Port From (https://github.com/TrinityCore/TrinityCore/commit/2358e51182916d62a300027f6e14f1f566743f49)
This commit is contained in:
hondacrx
2022-07-16 19:49:17 -04:00
parent 3a46790636
commit abbd51bf8d
3 changed files with 63 additions and 0 deletions
+6
View File
@@ -4336,6 +4336,12 @@ namespace Game.Entities
});
});
// Ray of Frost (Fingers of Frost charges)
ApplySpellFix(new []{ 269748 }, spellInfo =>
{
spellInfo.AttributesEx &= ~SpellAttr1.IsChannelled;
});
foreach (var spellInfo in mSpellInfoMap.Values)
{
// Fix range for trajectory triggered spell