mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
4 lines
311 B
SQL
4 lines
311 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.');
|