aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
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';