root/trunk/sql/updates/6509_mangos_command.sql @ 2

Revision 2, 311 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE IGNORE FROM `command` WHERE `name` = 'learn all_recipes';
2INSERT IGNORE INTO `command` (`name`,`security`,`help`) VALUES
3('learn all_recipes',2,'Syntax: .learn all_recipes [$profession]\r\rLearns all recipes of specified profession and sets skill level to max.\rExample: .learn all_recipes enchanting');
Note: See TracBrowser for help on using the browser.