fix(DB/Spell): Fel Reaver Sentinel spells not having CD. (#15982)

This commit is contained in:
avarishd
2023-04-19 04:33:11 +03:00
committed by GitHub
parent 7d85e9e6ae
commit 20885578d8

View File

@@ -0,0 +1,7 @@
-- Fel Reaver Sentinel
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (38055,38006,38052,37920);
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`) VALUES
(38055, 10000, 10000, 0, 0),
(38006, 10000, 10000, 0, 0),
(38052, 15000, 15000, 0, 0),
(37920, 30000, 30000, 0, 0);