mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user