mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spell): Karazhan Shadow Mend/Healing (#17496)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Shadow Mend/Healing - Karazhan chest event
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (37456,37455);
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`) VALUES
|
||||
(37456, 20000, 20000, 0, 0),
|
||||
(37455, 20000, 20000, 0, 0);
|
||||
Reference in New Issue
Block a user