From cf4e7eda9743725a5e515617b348f3f702b2bb51 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:36:46 -0300 Subject: [PATCH] fix(DB/Spells): Add Pet Spells to Shadowy Necromancer (#18745) Create rev_1713097857608850100.sql --- .../updates/pending_db_world/rev_1713097857608850100.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1713097857608850100.sql diff --git a/data/sql/updates/pending_db_world/rev_1713097857608850100.sql b/data/sql/updates/pending_db_world/rev_1713097857608850100.sql new file mode 100644 index 000000000..6edac565f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1713097857608850100.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 17899); +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(17899, 0, 2, 54205), +(17899, 1, 31626, 54205); + +DELETE FROM `spell_cooldown_overrides` WHERE `Id` = 31626; +INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `Comment`) VALUES +(31626, 5000, 5000, 'Shadowy Necromancer - Unholy Frenzy');