Files
TrinityCore/sql/updates/10132_world_command.sql
Rat 395df76860 Core/Commands: added .debug areatriggers
-if turned on it will print the trigger id to chat if you get near it

--HG--
branch : trunk
2010-10-01 00:07:14 +02:00

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');