fix(DB/Spell): Correct proc for Deep Freeze Immunity State (71761) (#6598)
This commit is contained in:
parent
245d43dc3f
commit
c73a5e95f2
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624754774083089600');
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 71761;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(71761, 0, 3, 0, 1048576, 0, 0, 3, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue