fix(DB/Spells): Add Pet Spells to Shadowy Necromancer (#18745)

Create rev_1713097857608850100.sql
This commit is contained in:
Gultask
2024-04-14 09:36:46 -03:00
committed by GitHub
parent 192861a220
commit cf4e7eda97

View File

@@ -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');