mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spells): Add Pet Spells to Shadowy Necromancer (#18745)
Create rev_1713097857608850100.sql
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user