fix(DB/spell_proc_event): Bloodwarder Protector Spell Reflection (#17522)
This commit is contained in:
parent
22e7a82ad4
commit
96c30ec639
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=35399;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(35399, 0, 0, 0, 0, 0, 131072, 2048, 0, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue