diff options
| author | thumsoul <thumsoul@trinitycore.contrib> | 2011-11-20 13:43:58 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-11-20 13:43:58 +0100 |
| commit | 831f2f4a9dedb6ca4ef422bd725ca7b95a2988c2 (patch) | |
| tree | 006ae92352d048e55b3e41b194b3d847a4ccf983 /sql | |
| parent | cab3def3a4f81a9763f9bea84864e7aa9ae6f794 (diff) | |
Core/Commands: Allow "$home" to be second parameter of .tele name, to teleport players to homebind
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
Diffstat (limited to 'sql')
| -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`; |
