aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzxbiohazardzx <zxbiohazardzx@gmail.com>2011-11-20 15:13:07 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2011-11-20 15:13:07 +0100
commitdf77a1294ae0c0f0a42ca27fc581d59b50de3f24 (patch)
tree0eaa14889ef3c002cca8d238f08dccbf988ac380
parent5fd91d4a35899e05c6d0777599a89ba72f1ae6c2 (diff)
Commit: fix the worst.commit.ever (another typofix)
-rw-r--r--sql/updates/world/2011_11_20_00_world_command.sql2
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';