Scripts/Commands: New command: .debug threatinfo

Port From (https://github.com/TrinityCore/TrinityCore/commit/e090c9a00eab7af40ba1b4090d5b5a456a3e4b33)
This commit is contained in:
hondacrx
2021-05-18 13:33:55 -04:00
parent c51e7b3223
commit a204c827b5
6 changed files with 100 additions and 6 deletions
@@ -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.');