Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / sql / updates / 0.5 / 1880_command.sql
blobe28e574836436d2442b2d5f4e36a3d6cb16dc995
1 insert into command values('maxskill','3','Usage: .maxskill\r\nSets all skills of the targeted player to their maximum values for its current level.');
2 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';