From f04f4e91ff3afbf89f30659b85e8593c3206138e Mon Sep 17 00:00:00 2001 From: Treeston Date: Wed, 19 Aug 2020 00:25:44 +0200 Subject: Core/Warden: Add .debug warden force, allowing you to force specific warden checks to be sent --- sql/updates/world/3.3.5/2020_08_18_06_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_18_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_18_06_world.sql b/sql/updates/world/3.3.5/2020_08_18_06_world.sql new file mode 100644 index 00000000000..e1c80df1475 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_18_06_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name`='debug warden force'; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('debug warden force', 300, 'Syntax: .debug warden force id1 [id2 [id3 [...]]] + +Queues the specified Warden checks for your client. They will be sent according to your Warden settings.'); -- cgit v1.2.3