Revision 2, 0.6 kB
(checked in by yumileroy, 17 years ago)
|
[svn] * Proper SVN structure
Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00
|
Line | |
---|
1 | DELETE FROM `command` WHERE `name`='learn'; |
---|
2 | INSERT INTO `command` VALUES |
---|
3 | ('learn',3,'Syntax: .learn #parameter\r\n\r\nSelected character learn a spell of id #parameter.'), |
---|
4 | ('learn all',3,'Syntax: .learn all\r\n\r\nLearn all big set different spell maybe useful for Administaror.'), |
---|
5 | ('learn all_crafts',2,'Syntax: .learn crafts\r\n\r\nLearn all professions and recipes.'), |
---|
6 | ('learn all_gm',2,'Syntax: .learn all_gm\r\n\r\nLearn all default spells for Game Masters.'), |
---|
7 | ('learn all_lang',1,'Syntax: .learn all_lang\r\n\r\nLearn all languages'), |
---|
8 | ('learn all_myclass',3,'Syntax: .learn all_myclass\r\n\r\nLearn all spells available for his class.'); |
---|