aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-08-20 18:34:09 +0200
committerTreeston <treeston.mmoc@gmail.com>2020-08-20 18:34:09 +0200
commitfc32c3fd3b2e91702a41798ef962cbc8475c8584 (patch)
tree5a4942e5f0a8aa62fa3084d7181dff2b63b7aff9 /sql
parenta3971ca4b05e2913850b6d4fe7d40884fa645fa0 (diff)
Core/Warden: Ignore the `length` value in the database for MEM_CHECK checks. Hi there Aokromes.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_20_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_20_01_world.sql b/sql/updates/world/3.3.5/2020_08_20_01_world.sql
new file mode 100644
index 00000000000..e4d1a60b44f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_20_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `warden_checks` SET `length`=NULL WHERE `type`=243;