mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Add Shadow Bolt Volley to Void Spawn's spells (#21898)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user