mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
fix(DB/Spell): Fel Reaver Sentinel spells not having CD. (#15982)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user