mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
-if turned on it will print the trigger id to chat if you get near it --HG-- branch : trunk
3 lines
271 B
SQL
3 lines
271 B
SQL
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'); |