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:
parent
4e6d433dd2
commit
a1e5775061
1 changed files with 4 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue