aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-08-19 00:25:44 +0200
committerGitHub <noreply@github.com>2020-08-19 00:25:44 +0200
commitf04f4e91ff3afbf89f30659b85e8593c3206138e (patch)
tree8a51d515d866297d5cf88afd9d630eb50daae8f9 /sql
parent24a494398fec5ff5044d980915a47ab3457ddaca (diff)
Core/Warden: Add .debug warden force, allowing you to force specific warden checks to be sent
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_18_06_world.sql6
1 files changed, 6 insertions, 0 deletions
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.');