aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorteacher <none@none>2010-08-17 09:34:59 +0200
committerteacher <none@none>2010-08-17 09:34:59 +0200
commit5345d82e65dd22d64a2d471a2223cf77a32886fa (patch)
treec4279001b83ab2d71f404ce8fa1e7d1ce0872d47 /sql/updates
parentc0c9350eeb6a2e1cfb04df6d3e2abcf7343c486a (diff)
Proper insert statement for 9421_world_command.sql (also help description needs an update). Re-import it if you already have imported it a first time.
Added recent sql update to full. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9421_world_command.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/9421_world_command.sql b/sql/updates/9421_world_command.sql
index d5ca70179d7..573df259b67 100644
--- a/sql/updates/9421_world_command.sql
+++ b/sql/updates/9421_world_command.sql
@@ -1,4 +1,4 @@
-DELETE FROM `command` WHERE `name` IN ('summon', 'appear', 'groupsummon');
-UPDATE `command` SET `name`='summon' WHERE `name`='namego';
-UPDATE `command` SET `name`='appear' WHERE `name`='goname';
-UPDATE `command` SET `name`='groupsummon' WHERE `name`='groupgo';
+DELETE FROM `command` WHERE `name` IN ('namego','goname','groupgo','summon','appear','groupsummon');
+('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.');