fix(DB/Spells): Fiery Payback should have 1min internal cooldown. (#13496)

This commit is contained in:
UltraNix
2022-10-26 23:54:32 +02:00
committed by GitHub
parent bfa68b0839
commit e162b81514

View File

@@ -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);