fix(DB/Creature): Add Shadow Bolt Volley to Void Spawn's spells (#21898)
This commit is contained in:
parent
d67daf8e53
commit
bd83226d52
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 25824;
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES(25824, 3, 46082, 0);
|
||||
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` = 46082;
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES(46082, 5000, 5000, 0, 0, 'Void Spawn - Shadow Bolt Volley');
|
||||
Loading…
Add table
Add a link
Reference in a new issue