fix(DB/Procs): Skullflame Shield & Demon Forged Breastplate (#17579)
* fix(DB/Procs): Skullflame Shield & Demon Forged Breastplate partial block * immune to coffee
This commit is contained in:
parent
11c88cb30e
commit
17a40ff927
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Skullflame Shield / Demon Forged Breastplate proc on critical/normal/partial block
|
||||
-- Demon Forged Breastplate, Drain Life, Flamestrike
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (16611,18815,18816);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(16611, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0),
|
||||
(18815, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0),
|
||||
(18816, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue