fix(DB/Spells): Ribbon of Sacrifice direct heal proc (#25644)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
684418cfda
commit
13d6d3cf40
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- Ribbon of Sacrifice (28590) - Blessing of Life proc on direct heals
|
||||||
|
DELETE FROM `spell_proc` WHERE `SpellId` = 38332;
|
||||||
|
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES (38332, 0, 0, 0, 0, 0, 0x4000, 2, 2, 0, 0, 0, 0, 100, 0, 0);
|
||||||
Loading…
Add table
Add a link
Reference in a new issue