Scripts/TheArcatraz: Modernize scripts (#30945)

This commit is contained in:
offl
2025-05-17 14:03:45 +03:00
committed by GitHub
parent f7f64edbbe
commit 86f8a1e43f
3 changed files with 236 additions and 189 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_harbinger_skyriss_health';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(36928, 'spell_harbinger_skyriss_health'),
(36930, 'spell_harbinger_skyriss_health');