Files
TrinityCore/sql/updates/5764_mangos_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

5 lines
312 B
SQL

DELETE FROM `command` WHERE `name` IN ('modify arena','modify honor');
INSERT INTO `command` VALUES
('modify arena',3,'Syntax: .modify arena #value\r\nAdd $amount arena points to the selected player.'),
('modify honor',1,'Syntax: .modify honor $amount\r\n\r\nAdd $amount honor points to the selected player.');