root/trunk/sql/updates/0.8/4267_command.sql @ 2

Revision 2, 359 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` = 'namego';
2DELETE FROM `command`  WHERE `name` = 'groupgo';
3
4INSERT INTO `command` ( `name` , `security` , `help` ) VALUES 
5('namego',1,'Syntax: .namego $charactername\r\n\r\nTeleport the given character to you.'),
6('groupgo',1,'Syntax: .groupgo $charactername\r\n\r\nTeleport the given character and his group to you.');
Note: See TracBrowser for help on using the browser.