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:
avarishd
2023-11-02 16:27:01 +02:00
committed by GitHub
parent 11c88cb30e
commit 17a40ff927

View File

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