fix(Scripts/Ulduar): sync Mimiron's Rocket Strike marker and detonation with the missile (#26844)

This commit is contained in:
Andrew
2026-07-28 14:18:46 -03:00
committed by GitHub
parent 0398c6baf8
commit b06fc4b858
2 changed files with 111 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (63036, 64064) AND `ScriptName` IN ('spell_mimiron_summon_rocket_strike', 'spell_mimiron_rocket_strike_aura');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(63036, 'spell_mimiron_summon_rocket_strike'),
(64064, 'spell_mimiron_rocket_strike_aura');