Files
TrinityCore/sql/updates/6509_mangos_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

4 lines
311 B
SQL

DELETE IGNORE FROM `command` WHERE `name` = 'learn all_recipes';
INSERT IGNORE INTO `command` (`name`,`security`,`help`) VALUES
('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');