diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-08-20 18:34:09 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 00:27:11 +0100 |
| commit | 669b6bea210db40cf2a6b01c7b52d51243bc79bf (patch) | |
| tree | 0844ec5be3bcf5f2793920f051d4a434dd377a6f /sql | |
| parent | 15d75dea10c058364a2577b73a627b4701d4ce01 (diff) | |
Core/Warden: Ignore the `length` value in the database for MEM_CHECK checks. Hi there Aokromes.
(cherry picked from commit fc32c3fd3b2e91702a41798ef962cbc8475c8584)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_02_03_23_world_2020_08_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_03_23_world_2020_08_20_01_world.sql b/sql/updates/world/master/2022_02_03_23_world_2020_08_20_01_world.sql new file mode 100644 index 00000000000..e4d1a60b44f --- /dev/null +++ b/sql/updates/world/master/2022_02_03_23_world_2020_08_20_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `warden_checks` SET `length`=NULL WHERE `type`=243; |
