Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.9 / 4829_mangos_command.sql
blobff8481b23090436f3505a6d646228a29885b4854
1 DELETE FROM command WHERE name IN ('gozonexy','lookup area');
3 INSERT INTO `command` VALUES
4 ('gozonexy',1,'Syntax: .gozonexy #x #y [#zone]\r\n\r\nTeleport player to point with (#x,#y) client coordinates at ground(water) level in zone #zoneid or current zone if #zoneid not provided. You can look up zone using .lookup area $namepart'),
5 ('lookup area',1,'Syntax: .lookup area $namepart\r\n\r\nLooks up an area by $namepart, and returns all matches with their area ID\'s.');