mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
11
data/sql/updates/db_world/2024_07_09_17.sql
Normal file
11
data/sql/updates/db_world/2024_07_09_17.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2024_07_09_16 -> 2024_07_09_17
|
||||
--
|
||||
DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 20042);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(20042, 1, 37112, 55261),
|
||||
(20042, 2, 37118, 55261),
|
||||
(20042, 3, 37120, 55261);
|
||||
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` = 37118;
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES
|
||||
(37118, 8000, 8000, 0, 0, 'Tempest-Smith - Shell Shock');
|
||||
Reference in New Issue
Block a user