server/sql/updates/0.8/4267_command.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

6 lines
358 B
SQL

DELETE FROM `command` WHERE `name` = 'namego';
DELETE FROM `command` WHERE `name` = 'groupgo';
INSERT INTO `command` ( `name` , `security` , `help` ) VALUES
('namego',1,'Syntax: .namego $charactername\r\n\r\nTeleport the given character to you.'),
('groupgo',1,'Syntax: .groupgo $charactername\r\n\r\nTeleport the given character and his group to you.');