fix(DB/Spells): Add Pet Spells to Shadowy Necromancer (#18745)
Create rev_1713097857608850100.sql
This commit is contained in:
parent
192861a220
commit
cf4e7eda97
1 changed files with 9 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue