diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_11_20_world_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_20_world_command.sql b/sql/updates/world/2011_11_20_world_command.sql new file mode 100644 index 00000000000..ad276641f9b --- /dev/null +++ b/sql/updates/world/2011_11_20_world_command.sql @@ -0,0 +1 @@ +UPDATE `commands` SET `help`='Syntax: .tele name [#playername] #location\n\nTeleport the given character to a given location. Character can be offline.\n\nTo teleport to homebind, set #location to "$home" (without quotes).' WHERE `name` = 'tele name`; |
