Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.6 / 3054_command.sql
blob7fa83eeb17f054d79f89f3d4f0a0bbca776895c7
1 DELETE FROM `command` WHERE `name` = 'searchtele';
2 INSERT INTO `command` VALUES('lookuptele',1,'Syntax: .lookuptele $substring\r\n\r\nSearch and output all .tele command locations with provide $substring in name.');
3 INSERT INTO `command` VALUES('lookupquest',3,'Syntax: .lookupquest $namepart\r\n\r\nLooks up a quest by $namepart, and returns all matches with their quest ID\'s.');
4 INSERT INTO `command` VALUES('lookupspell',3,'Syntax: .lookupspell $namepart\r\n\r\nLooks up a spell by $namepart, and returns all matches with their spell ID\'s.');