Revert "DB/Spells: fix proc regression with Missile Barrage"

This reverts commit 640dd138a5.
This commit is contained in:
Aokromes
2018-02-24 13:26:26 +01:00
parent 30e0c87ff9
commit 7bc51fe29e
2 changed files with 0 additions and 8 deletions

View File

@@ -1 +0,0 @@
UPDATE `spell_proc` SET `ProcFlags`=65536 WHERE `SpellId`=44401;

View File

@@ -2886,13 +2886,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx4 |= SPELL_ATTR4_FIXED_DAMAGE;
});
// Missile Barrage
ApplySpellFix({ 44401 }, [](SpellInfo* spellInfo)
{
// should be consumed before Clearcasting
spellInfo->Priority = 100;
});
// Howl of Azgalor
ApplySpellFix({ 31344 }, [](SpellInfo* spellInfo)
{