fix(DB/Spells): Acidic Wounds (#19524)
Create rev_1722303292918945800.sql
This commit is contained in:
parent
c5fb1c6e56
commit
74764e09b1
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 40484;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(40484, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue