mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
[svn] * Proper SVN structure
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/0.5/1880_command.sql
Normal file
3
sql/updates/0.5/1880_command.sql
Normal file
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user