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:
avarishd
2024-06-26 23:36:48 +03:00
committed by GitHub
parent 4e6d433dd2
commit a1e5775061

View File

@@ -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');