mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
5
data/sql/updates/db_world/2024_06_26_05.sql
Normal file
5
data/sql/updates/db_world/2024_06_26_05.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_06_26_04 -> 2024_06_26_05
|
||||
-- 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