aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-06 21:11:52 +0200
committerGitHub <noreply@github.com>2025-06-06 21:11:52 +0200
commit5d4bde1d15924e2838c181ab102afd59586e501f (patch)
treeee2113848c761f90d89992e502978f2d98425cbc /sql
parentf25ca4165e720ece61a44b1c734ce53cfe31367b (diff)
Script/Spells: Remove outdated Sudden Death spell script (#31028)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_06_03_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_06_03_world.sql b/sql/updates/world/master/2025_06_06_03_world.sql
new file mode 100644
index 00000000000..6d5a6fd98a3
--- /dev/null
+++ b/sql/updates/world/master/2025_06_06_03_world.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_sudden_death';