aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <suffle.o@gmail.com>2025-05-11 14:29:13 +0200
committerModoX <moardox@gmail.com>2025-05-17 13:20:21 +0200
commit06041687565754562b2c266b4195b00cf3e53260 (patch)
tree09efd6bbde8f76d57d10ae3126faa80af4fac707 /sql
parent98972550171108bc4b50100d8c923a62f8df1086 (diff)
Scripts/TheSlavePens: Modernize scripts
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_05_17_04_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_17_04_world.sql b/sql/updates/world/3.3.5/2025_05_17_04_world.sql
new file mode 100644
index 00000000000..4ca457286a2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_05_17_04_world.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_ahune_summoning_rhyme_aura' WHERE `ScriptName` = 'spell_summoning_rhyme_aura';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_ahune_summon_ice_spear_delayer' WHERE `ScriptName` = 'spell_summon_ice_spear_delayer';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_ahune_ice_spear_control_aura' WHERE `ScriptName` = 'spell_ice_spear_control_aura';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_ahune_ice_spear_target_picker' WHERE `ScriptName` = 'spell_ice_spear_target_picker';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_ahune_slippery_floor_periodic' WHERE `ScriptName` = 'spell_slippery_floor_periodic';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_ahune_ice_bombardment_dest_picker' WHERE `ScriptName` = 'spell_ice_bombardment_dest_picker';