mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Warden: Add .debug warden force, allowing you to force specific warden checks to be sent
This commit is contained in:
6
sql/updates/world/3.3.5/2020_08_18_06_world.sql
Normal file
6
sql/updates/world/3.3.5/2020_08_18_06_world.sql
Normal file
@@ -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.');
|
||||
Reference in New Issue
Block a user