server/sql/updates/0.9/4640_command.sql

4 lines
319 B
SQL

DELETE FROM command WHERE name IN ('gotrigger');
INSERT INTO `command` (`name`,`security`,`help`) VALUES
('gotrigger',2,'Syntax: .gotrigger #trigger_id\r\n\r\nTeleport your character to areatrigger with id #trigger_id. Character will be teleported to trigger target if selected areatrigger is telporting trigger.');