mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-06 06:47:53 +00:00
fix(Scripts/Ulduar): sync Mimiron's Rocket Strike marker and detonation with the missile (#26844)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user