diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-01-09 18:09:24 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-05-16 21:57:35 +0200 |
| commit | e090c9a00eab7af40ba1b4090d5b5a456a3e4b33 (patch) | |
| tree | 21fb6a7a7430008b8cae9a513e669e8adaad60b2 /sql/updates | |
| parent | 0ce1e9d6522974e3186e8b5cf75b7c653a075862 (diff) | |
Scripts/Commands: New command: .debug threatinfo
(cherry picked from commit f45c211987794ff7e4192e0d3d4ca6bf67335fb5)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_05_16_11_world_2018_01_09_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_05_16_11_world_2018_01_09_00_world.sql b/sql/updates/world/master/2021_05_16_11_world_2018_01_09_00_world.sql new file mode 100644 index 00000000000..3e524284dea --- /dev/null +++ b/sql/updates/world/master/2021_05_16_11_world_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.'); |
