mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
6
data/sql/updates/db_world/2023_10_20_04.sql
Normal file
6
data/sql/updates/db_world/2023_10_20_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_10_20_03 -> 2023_10_20_04
|
||||
-- Bloodlust/Heroism - Karazhan chest event
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (37472,37471);
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`) VALUES
|
||||
(37472, 15000, 15000, 0, 0),
|
||||
(37471, 15000, 15000, 0, 0);
|
||||
Reference in New Issue
Block a user