fix(DB/Spell): Savage Combat now procs off Wound Poison (#27106)

This commit is contained in:
Xepic90 2026-08-12 19:57:01 -04:00 committed by GitHub
parent d38751bbea
commit d8ea7777d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Savage Combat (all ranks)
UPDATE `spell_proc` SET `SpellTypeMask` = `SpellTypeMask`|1 WHERE `SpellId` = -51682;