aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-09 18:09:24 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-01-09 18:09:24 +0100
commitf45c211987794ff7e4192e0d3d4ca6bf67335fb5 (patch)
treeb9bc15e45e349ca157f7d5401bbb2dab2b3a8d85 /sql/updates/world
parent274dede3dc89fa72ec1687d5ff454feba9849e47 (diff)
Scripts/Commands: New command: .debug threatinfo
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2018_01_09_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_09_00_world.sql b/sql/updates/world/3.3.5/2018_01_09_00_world.sql
new file mode 100644
index 00000000000..3e524284dea
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_01_09_00_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `command` WHERE `name`="debug threatinfo";
+INSERT INTO `command` (`name`,`permission`,`help`) VALUES
+('debug threatinfo', 870, 'Syntax: .debug threatinfo
+
+Displays various debug information about the target\'s threat state, modifiers, redirects and similar.');