aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <18347559+Ovahlord@users.noreply.github.com>2025-11-25 23:55:32 +0100
committerGitHub <noreply@github.com>2025-11-25 23:55:32 +0100
commitfb88f3c9750578d57d12e9900243e8b73500ce9c (patch)
tree12a2c4631ccc08df357e34615883ed7c649df8e7 /sql/updates
parent1d5ef9c21cb5e01aab14122e1feeef91fd376fcd (diff)
Core/Warden: Removed implementation not compatible with modern client versions (#30491)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/characters/master/2025_11_25_00_characters.sql1
-rw-r--r--sql/updates/world/master/2025_11_25_01_world.sql2
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/characters/master/2025_11_25_00_characters.sql b/sql/updates/characters/master/2025_11_25_00_characters.sql
new file mode 100644
index 00000000000..ec7455c1d2e
--- /dev/null
+++ b/sql/updates/characters/master/2025_11_25_00_characters.sql
@@ -0,0 +1 @@
+DROP TABLE IF EXISTS `warden_action`;
diff --git a/sql/updates/world/master/2025_11_25_01_world.sql b/sql/updates/world/master/2025_11_25_01_world.sql
new file mode 100644
index 00000000000..712aa704325
--- /dev/null
+++ b/sql/updates/world/master/2025_11_25_01_world.sql
@@ -0,0 +1,2 @@
+DROP TABLE IF EXISTS `warden_checks`;
+DELETE FROM `command` WHERE `name`= 'debug warden force';