Scripts/Warlock: Implemented Burning Rush
Port From (https://github.com/TrinityCore/TrinityCore/commit/9ad227f0756aa91f9b772ecf13b40c1f38863e68)
This commit is contained in:
@@ -4382,6 +4382,12 @@ namespace Game.Entities
|
||||
spellInfo.AttributesEx &= ~SpellAttr1.IsChannelled;
|
||||
});
|
||||
|
||||
// Burning Rush
|
||||
ApplySpellFix(new[] {111400 }, spellInfo =>
|
||||
{
|
||||
spellInfo.AttributesEx4 |= SpellAttr4.AuraIsBuff;
|
||||
});
|
||||
|
||||
foreach (var spellInfo in mSpellInfoMap.Values)
|
||||
{
|
||||
// Fix range for trajectory triggered spell
|
||||
|
||||
Reference in New Issue
Block a user