fix(DB/Spell): Blade Barrier should proc from Horn of Winter and Pestilence (#24503)
This commit is contained in:
parent
0e3f780675
commit
7fc236297a
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = -49182;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(-49182, 0, 15, 0, 0, 0, 0, 0, 1, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue