mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Revert "DB/Spells: fix proc regression with Missile Barrage"
This reverts commit 640dd138a5.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
UPDATE `spell_proc` SET `ProcFlags`=65536 WHERE `SpellId`=44401;
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user