fix(DB/Spell): Darkmoon Card: Vengeance should proc on blocks (#17574)
* fix(DB/Procs): Darkmoon Card: Vengeance * remove absorb, wait for test on recycled
This commit is contained in:
parent
61fd3eebf9
commit
98d42e5748
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Darkmoon Card: Vengeance
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=39444;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(39444, 0, 0, 0, 0, 0, 0, 8259, 0, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue