aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-08-19 00:25:44 +0200
committerShauren <shauren.trinity@gmail.com>2022-02-02 22:47:55 +0100
commiteaa3c7e5a07802916ab00dd74aac6e0eb9cde957 (patch)
tree12328ce2993479f82c9fdf4f29c365d4cbd4d865 /sql
parent222b0c16a4b6bd7e06edb68bb76df1556c8668ad (diff)
Core/Warden: Add .debug warden force, allowing you to force specific warden checks to be sent
(cherry picked from commit f04f4e91ff3afbf89f30659b85e8593c3206138e)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_02_11_world_2020_08_18_06_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_02_11_world_2020_08_18_06_world.sql b/sql/updates/world/master/2022_02_02_11_world_2020_08_18_06_world.sql
new file mode 100644
index 00000000000..e1c80df1475
--- /dev/null
+++ b/sql/updates/world/master/2022_02_02_11_world_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.');