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:
Andrew 2026-03-14 13:54:32 -03:00 committed by GitHub
parent fda5093e59
commit fda4efbc58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 160 additions and 37 deletions

View file

@ -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');