From fc32c3fd3b2e91702a41798ef962cbc8475c8584 Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 20 Aug 2020 18:34:09 +0200 Subject: Core/Warden: Ignore the `length` value in the database for MEM_CHECK checks. Hi there Aokromes. --- sql/updates/world/3.3.5/2020_08_20_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_20_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3