Files
TrinityCore/sql/updates/0.8/4258_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

5 lines
240 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.');