fix(Scripts/EoE): fix Malygos Phase 3 Surge of Power warning (#25084)
Co-authored-by: Trista <aconstantgoal@abv.bg> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fda5093e59
commit
fda4efbc58
2 changed files with 160 additions and 37 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (60936, 60939);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(60936, 'spell_malygos_surge_of_power_25'),
|
||||
(60939, 'spell_malygos_surge_of_power_warning_selector_25');
|
||||
Loading…
Add table
Add a link
Reference in a new issue