Files
TrinityCore/sql/updates/0.9/4640_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

5 lines
319 B
SQL

DELETE FROM command WHERE name IN ('gotrigger');
INSERT INTO `command` (`name`,`security`,`help`) VALUES
('gotrigger',2,'Syntax: .gotrigger #trigger_id\r\n\r\nTeleport your character to areatrigger with id #trigger_id. Character will be teleported to trigger target if selected areatrigger is telporting trigger.');