aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2025-05-17 14:03:45 +0300
committerGitHub <noreply@github.com>2025-05-17 13:03:45 +0200
commit86f8a1e43f4b09ebd808d8b27ee8532839bf6f78 (patch)
tree658ca07bdedf47252bd080578a4487412625d069 /sql
parentf7f64edbbe03f0ee30c00e78cbef59222acfb066 (diff)
Scripts/TheArcatraz: Modernize scripts (#30945)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_05_17_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_17_01_world.sql b/sql/updates/world/3.3.5/2025_05_17_01_world.sql
new file mode 100644
index 00000000000..e24e7ddf354
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_05_17_01_world.sql
@@ -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');