fix(DB/Spells): Fiery Payback should have 1min internal cooldown. (#13496)
This commit is contained in:
parent
bfa68b0839
commit
e162b81514
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (64349,64350);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(64349,0,0,0,0,0,0,0,0,0,0,60000),
|
||||
(64350,0,0,0,0,0,0,0,0,0,0,60000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue