Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4267_command.sql
blob9d8c2ef4322e115bda2559e7109f21453eab517c
1 DELETE FROM `command`  WHERE `name` = 'namego';
2 DELETE FROM `command`  WHERE `name` = 'groupgo';
4 INSERT 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.');