diff options
author | teacher <none@none> | 2010-08-17 09:39:18 +0200 |
---|---|---|
committer | teacher <none@none> | 2010-08-17 09:39:18 +0200 |
commit | 05795303f48709440aeb700ce41b7a40a4b068bd (patch) | |
tree | e672d2e2eeffbca8502008c5e280158f4864bc5f | |
parent | 5345d82e65dd22d64a2d471a2223cf77a32886fa (diff) |
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
-rw-r--r-- | sql/updates/9421_world_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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.'); |