mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(DB/Spells): Bleeding Hollow Necrolyte - Raise Dead no… (#19153)
fix(DB/cooldown_overrides): Bleeding Hollow Necrolyte - Raise Dead no cooldown
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
-- Raise Dead
|
||||||
|
DELETE FROM `spell_cooldown_overrides` WHERE `Id`=34019;
|
||||||
|
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES
|
||||||
|
(34019, 60000, 60000, 0, 0, 'Bleeding Hollow Necrolyte - Raise Dead');
|
||||||
Reference in New Issue
Block a user