mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Scripts/TheArcatraz: Modernize scripts (#30945)
This commit is contained in:
5
sql/updates/world/3.3.5/2025_05_17_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2025_05_17_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user