Skip to content

Commit

Permalink
Core/Spell: Fix Priest T5 4p Sadist
Browse files Browse the repository at this point in the history
closes #30702
by r4d1sh
  • Loading branch information
Aokromes authored Feb 27, 2025
1 parent 578f8eb commit d0292ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2025_02_27_08_world.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit d0292ee

Please sign in to comment.