root/trunk/sql/updates/0.9/4640_command.sql @ 2

Revision 2, 319 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM command WHERE name IN ('gotrigger');
2INSERT INTO `command` (`name`,`security`,`help`) VALUES 
3('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.');
4
Note: See TracBrowser for help on using the browser.