From 831f2f4a9dedb6ca4ef422bd725ca7b95a2988c2 Mon Sep 17 00:00:00 2001 From: thumsoul Date: Sun, 20 Nov 2011 13:43:58 +0100 Subject: Core/Commands: Allow "$home" to be second parameter of .tele name, to teleport players to homebind Signed-off-by: Machiavelli --- sql/updates/world/2011_11_20_world_command.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_11_20_world_command.sql (limited to 'sql') 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`; -- cgit v1.2.3