fix(DB/Spell): Blade Barrier should proc from Horn of Winter and Pestilence (#24503)

This commit is contained in:
Gultask 2026-01-24 11:00:37 -03:00 committed by GitHub
parent 0e3f780675
commit 7fc236297a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_proc_event` WHERE `entry` = -49182;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(-49182, 0, 15, 0, 0, 0, 0, 0, 1, 0, 0, 0);