aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_08_28_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_28_00_world.sql b/sql/updates/world/master/2025_08_28_00_world.sql
new file mode 100644
index 00000000000..75c96a2d822
--- /dev/null
+++ b/sql/updates/world/master/2025_08_28_00_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_deluge', 'spell_sha_deluge_healing_rain');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(77472, 'spell_sha_deluge'),
+(8004, 'spell_sha_deluge'),
+(1064, 'spell_sha_deluge'),
+(73920, 'spell_sha_deluge_healing_rain');