mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Spells): Fiery Payback should have 1min internal cooldown. (#13496)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user