From 477f21d4ef2d32f08bc3d4e1804c2dc509171125 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:37:26 -0300 Subject: [PATCH] fix(DB/Creature): Add pet spells to Tempest-Smith (#19348) Create rev_1720400328193554900.sql --- .../pending_db_world/rev_1720400328193554900.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1720400328193554900.sql diff --git a/data/sql/updates/pending_db_world/rev_1720400328193554900.sql b/data/sql/updates/pending_db_world/rev_1720400328193554900.sql new file mode 100644 index 000000000..9f8e62324 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1720400328193554900.sql @@ -0,0 +1,10 @@ +-- +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');