server/sql/updates/0.8/4140_command.sql

4 lines
No EOL
200 B
SQL

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'
);