aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world/3.3.5
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2026-01-12 23:03:33 +0200
committerGitHub <noreply@github.com>2026-01-12 22:03:33 +0100
commitf2334b6500659d9ab0fb8e0accb4e6d514293ae4 (patch)
tree97d19755c44a1c7132a0f85f14a296d3b16984d4 /sql/updates/world/3.3.5
parent8787dfe6cfca3c5eb32fb024bdaa5e83d725aab8 (diff)
Core/Scripts: Remove old database spell script system (#31484)3.3.5
Diffstat (limited to 'sql/updates/world/3.3.5')
-rw-r--r--sql/updates/world/3.3.5/2026_01_12_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2026_01_12_00_world.sql b/sql/updates/world/3.3.5/2026_01_12_00_world.sql
new file mode 100644
index 00000000000..022bfafb19e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2026_01_12_00_world.sql
@@ -0,0 +1,3 @@
+--
+DROP TABLE IF EXISTS `spell_scripts`;
+DELETE FROM `command` WHERE `name` = 'reload spell_scripts';