mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-10 19:03:11 +00:00
fix(DB/Spell): restrict Shaman Static Shock to melee attacks (#26324)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Static Shock: restrict proc to melee-only flags (no longer procs on magic spells)
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` = -51525;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
|
||||
(-51525, 0, 0, 0, 0, 0, 12582932, 1, 2, 0, 0, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user