diff options
Diffstat (limited to 'sql/updates/0.5/1880_command.sql')
-rw-r--r-- | sql/updates/0.5/1880_command.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/0.5/1880_command.sql b/sql/updates/0.5/1880_command.sql new file mode 100644 index 00000000000..e28e5748364 --- /dev/null +++ b/sql/updates/0.5/1880_command.sql @@ -0,0 +1,3 @@ +insert into command values('maxskill','3','Usage: .maxskill\r\nSets all skills of the targeted player to their maximum values for its current level.'); +UPDATE `command` SET `help` = 'Usage:\r\n.reset stats\r\n Resets all stats of the targeted player to their original values at level 1.\r\n Please unequip all items and debuff all auras from the player before using.\r\n.reset talents\r\n Removes all talents of the targeted player.' WHERE `name` = 'reset'; + |