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:
avarishd 2023-11-12 18:38:40 +02:00 committed by GitHub
parent 61fd3eebf9
commit 98d42e5748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);