chore(DB): import pending files

Referenced commit(s): 13d6d3cf40
This commit is contained in:
github-actions[bot] 2026-04-28 23:08:08 +00:00
parent 13d6d3cf40
commit fc34ec72f4

View file

@ -1,3 +1,4 @@
-- DB update 2026_04_28_04 -> 2026_04_28_05
-- 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);