Core/Spell: Fix Priest T5 4p Sadist

closes #30702
by r4d1sh
This commit is contained in:
Aokromes
2025-02-27 18:10:38 +01:00
committed by GitHub
parent 578f8eb219
commit d0292ee5cf

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_proc` WHERE `SpellId` = 37604;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES (37604, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0);