fix(DB/Spell): Savage Combat now procs off Wound Poison (#27106)
This commit is contained in:
parent
d38751bbea
commit
d8ea7777d9
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Savage Combat (all ranks)
|
||||
UPDATE `spell_proc` SET `SpellTypeMask` = `SpellTypeMask`|1 WHERE `SpellId` = -51682;
|
||||
Loading…
Reference in a new issue