fix(DB/Spell): Karazhan Bloodlust/Heroism (#17486)
This commit is contained in:
parent
b9087a46d1
commit
1510830147
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-- Bloodlust/Heroism - Karazhan chest event
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (37472,37471);
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`) VALUES
|
||||
(37472, 15000, 15000, 0, 0),
|
||||
(37471, 15000, 15000, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue