fix(DB/Spells): Talisman of Troll Divinity direct heal proc (#25721)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-05-05 10:34:35 -05:00
committed by GitHub
parent be2c17204d
commit e4c596eacb

View File

@@ -0,0 +1,4 @@
-- Talisman of Troll Divinity (37734) - Touched by a Troll proc on direct heals
DELETE FROM `spell_proc` WHERE `SpellId` = 60517;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(60517, 0, 0, 0, 0, 0, 0x4000, 2, 2, 0, 0, 0, 0, 100, 0, 0);