fix(DB/Spells): Ribbon of Sacrifice direct heal proc (#25644)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-04-28 18:06:56 -05:00
committed by GitHub
parent 684418cfda
commit 13d6d3cf40

View File

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