chore(DB): import pending files

Referenced commit(s): bd83226d52
This commit is contained in:
github-actions[bot]
2025-04-11 19:04:54 +00:00
parent bd83226d52
commit f2577cabf2

View File

@@ -0,0 +1,7 @@
-- DB update 2025_04_11_00 -> 2025_04_11_01
--
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');