mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 05:29:43 -04:00
3 lines
271 B
MySQL
3 lines
271 B
MySQL
|
|
DELETE FROM `command` WHERE `name` IN ('debug areatriggers');
|
||
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||
|
|
('debug areatriggers',1,'Syntax: .debug areatriggers\nToggle debug mode for areatriggers. In debug mode GM will be notified if reaching an areatrigger');
|