root/trunk/sql/updates/0.5/1880_command.sql @ 2

Revision 2, 462 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1insert into command values('maxskill','3','Usage: .maxskill\r\nSets all skills of the targeted player to their maximum values for its current level.');
2UPDATE `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';
3
Note: See TracBrowser for help on using the browser.