fix(Scripts/Ulduar): Mimiron Rocket Strike prefers ranged players (#26685)

Co-authored-by: Unholychick <lucas__jensen@hotmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-19 08:37:12 -03:00
committed by GitHub
parent f839009e9a
commit 37ac84e71b
2 changed files with 97 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
-- Mimiron Rocket Strike: spell-driven target selection (prefers ranged players)
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mimiron_rocket_strike', 'spell_mimiron_rocket_strike_target_select');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(64402, 'spell_mimiron_rocket_strike'),
(65034, 'spell_mimiron_rocket_strike'),
(63681, 'spell_mimiron_rocket_strike_target_select');