aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.8/4258_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.8/4258_command.sql')
-rw-r--r--sql/updates/0.8/4258_command.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/0.8/4258_command.sql b/sql/updates/0.8/4258_command.sql
new file mode 100644
index 00000000000..0936503c3fd
--- /dev/null
+++ b/sql/updates/0.8/4258_command.sql
@@ -0,0 +1,4 @@
+DELETE FROM `command` WHERE `name` = 'grouptele';
+
+INSERT INTO `command` ( `name` , `security` , `help` ) VALUES
+('grouptele',1,'Syntax: .grouptele #location\r\n\r\nTeleport a selected player and his group members to a given location.');