aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/6509_mangos_command.sql
blob: 408b98e7628c4d78ddd357c2f3c743b873d4e212 (plain)
1
2
3
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');