aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-09-15 18:37:03 +0200
committerGitHub <noreply@github.com>2024-09-15 18:37:03 +0200
commit6254d5a2b06501eefab2ab9ce24789c3c4d8b681 (patch)
treead5e36c17c05691ec52d199d27fd612d97a17562 /sql
parenta21e7c738e3f03347a3e96bda11e29e090ad71b6 (diff)
Scripts/Spells: Fix warlock talent Cataclysm (#30188)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_09_15_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_15_00_world.sql b/sql/updates/world/master/2024_09_15_00_world.sql
new file mode 100644
index 00000000000..9514593bed0
--- /dev/null
+++ b/sql/updates/world/master/2024_09_15_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_cataclysm';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(152108, 'spell_warl_cataclysm');