From 05795303f48709440aeb700ce41b7a40a4b068bd Mon Sep 17 00:00:00 2001 From: teacher Date: Tue, 17 Aug 2010 09:39:18 +0200 Subject: FIxes sql syntax on previous commit. Of course, if you don't save the file before committing...yet again two revs for one update, and I have had coffee! --HG-- branch : trunk --- sql/updates/9421_world_command.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') diff --git a/sql/updates/9421_world_command.sql b/sql/updates/9421_world_command.sql index 573df259b67..7c71a0ee75b 100644 --- a/sql/updates/9421_world_command.sql +++ b/sql/updates/9421_world_command.sql @@ -1,4 +1,5 @@ DELETE FROM `command` WHERE `name` IN ('namego','goname','groupgo','summon','appear','groupsummon'); +INSERT INTO `command` (`name`,`security`,`help`) VALUES ('appear',1,'Syntax: .appear [$charactername]\r\n\r\nTeleport to the given character. Either specify the character name or click on the character''s portrait, e.g. when you are in a group. Character can be offline.'), ('groupsummon',1,'Syntax: .groupsummon [$charactername]\r\n\r\nTeleport the given character and his group to you. Teleported only online characters but original selected group member can be offline.'), ('summon',1,'Syntax: .summon [$charactername]\r\n\r\nTeleport the given character to you. Character can be offline.'); -- cgit v1.2.3