mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
239 B
SQL
4 lines
239 B
SQL
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.');
|