fix(DB/Creature): Add Shadow Bolt Volley to Void Spawn's spells (#21898)

This commit is contained in:
Jelle Meeus
2025-04-11 21:03:49 +02:00
committed by GitHub
parent d67daf8e53
commit bd83226d52

View File

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