fix(DB/Spell): Only proc Hack and Slash with damaging attacks. (#26579)

This commit is contained in:
Benjamin Jackson
2026-07-12 19:45:23 -04:00
committed by GitHub
parent f073b68b66
commit a54220b5f5

View File

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