diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_18_06_world.sql | 6 |
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.'); |
