diff options
-rw-r--r-- | sql/updates/world/2011_11_20_00_world_command.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_11_20_00_world_command.sql b/sql/updates/world/2011_11_20_00_world_command.sql index fa055bbd5ec..73d52974766 100644 --- a/sql/updates/world/2011_11_20_00_world_command.sql +++ b/sql/updates/world/2011_11_20_00_world_command.sql @@ -1 +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'; +UPDATE `command` 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'; |