mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +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