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