diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-02-27 18:10:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 18:10:38 +0100 |
| commit | d0292ee5cf163b77378efca80af4b7bc0e83a002 (patch) | |
| tree | 0a8151af3e3718f2986f1dbaf0751775c657f6e7 | |
| parent | 578f8eb219a770265b16f8dc6f65f9846c38283c (diff) | |
Core/Spell: Fix Priest T5 4p Sadist
closes #30702
by r4d1sh
| -rw-r--r-- | sql/updates/world/3.3.5/2025_02_27_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_02_27_08_world.sql b/sql/updates/world/3.3.5/2025_02_27_08_world.sql new file mode 100644 index 00000000000..4f0e4ac3fa2 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_27_08_world.sql @@ -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); |
