mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
5 lines
312 B
SQL
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.');
|