fix(DB/Spells): Restrict Rime proc to Obliterate only (#25025)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
3f04eafc7f
commit
47cfd6749f
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Rime (49188/56822/59057) should only proc from Obliterate (SpellFamilyMask1 = 0x20000)
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` = -49188;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`)
|
||||
VALUES (-49188, 0, 15, 0x00000000, 0x00020000, 0x00000000, 0, 0, 0x2, 0, 0, 0, 0, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue