aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.8/4140_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.8/4140_command.sql')
-rw-r--r--sql/updates/0.8/4140_command.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/0.8/4140_command.sql b/sql/updates/0.8/4140_command.sql
new file mode 100644
index 00000000000..f70bb2ce1a8
--- /dev/null
+++ b/sql/updates/0.8/4140_command.sql
@@ -0,0 +1,4 @@
+INSERT INTO `command` ( `name` , `security` , `help` )
+VALUES (
+'tele', '1', 'Syntax: .tele $location\n\nTeleport the gm to the provided location. You can look up these locations using .lookuptele'
+); \ No newline at end of file