mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user