server/sql/updates/0.9/4640_command.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

4 lines
318 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.');