Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.9 / 4640_command.sql
blob60294c24ca9134cdbeacefa3ba2f21fec56295b5
1 DELETE FROM command WHERE name IN ('gotrigger');
2 INSERT INTO `command` (`name`,`security`,`help`) VALUES
3 ('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.');