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 | UPDATE `command` |
---|
2 | SET `help` = 'Syntax: .modify $parameter $value Modify the value of various parameters. Use .help modify $parameter to get help on specific parameter usage. Supported parameters include hp, mana, rage, energy, money, speed, swim, scale, bit, bwalk, aspeed, faction, spell and tp.' |
---|
3 | WHERE `name` = 'modify' LIMIT 1 ; |
---|
4 | |
---|
5 | UPDATE `command` |
---|
6 | SET `help` = 'Syntax: .aura #spellid Add the aura from spell #spellid to the selected Unit.' |
---|
7 | WHERE `name` = 'aura' LIMIT 1 ; |
---|
8 | |
---|
9 | UPDATE `command` |
---|
10 | SET `help` = 'Syntax: .unaura #spellid Remove aura due to spell #spellid from the selected Unit.' |
---|
11 | WHERE `name` = 'unaura' LIMIT 1 ; |
---|