mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
8
data/sql/updates/db_world/2023_04_19_21.sql
Normal file
8
data/sql/updates/db_world/2023_04_19_21.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2023_04_19_20 -> 2023_04_19_21
|
||||
-- Fel Reaver Sentinel
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (38055,38006,38052,37920);
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`) VALUES
|
||||
(38055, 10000, 10000, 0, 0),
|
||||
(38006, 10000, 10000, 0, 0),
|
||||
(38052, 15000, 15000, 0, 0),
|
||||
(37920, 30000, 30000, 0, 0);
|
||||
Reference in New Issue
Block a user