diff options
author | zxbiohazardzx <zxbiohazardzx@gmail.com> | 2011-11-20 15:13:07 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-11-20 15:13:07 +0100 |
commit | df77a1294ae0c0f0a42ca27fc581d59b50de3f24 (patch) | |
tree | 0eaa14889ef3c002cca8d238f08dccbf988ac380 | |
parent | 5fd91d4a35899e05c6d0777599a89ba72f1ae6c2 (diff) |
Commit: fix the worst.commit.ever (another typofix)
-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'; |