aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-08-31 18:09:19 +0200
committerGitHub <noreply@github.com>2024-08-31 18:09:19 +0200
commitcc7da0c6c8d7e675e50336b988beeb60522a6f30 (patch)
tree3210e226814b37ca0ec633759ebc36e35f473169 /sql
parent5e2eb66f1e0832e8b372bce4ea9e2c3ab87fdf7e (diff)
Scripts/Spells: Update Unstable Affliction script (#30150)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_08_31_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_08_31_01_world.sql b/sql/updates/world/master/2024_08_31_01_world.sql
new file mode 100644
index 00000000000..23ffa5ee7a8
--- /dev/null
+++ b/sql/updates/world/master/2024_08_31_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_unstable_affliction';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(316099, 'spell_warl_unstable_affliction');