Core/Arenas: Drop old .modify arenapoint command, create a new command to add currency to players.

This commit is contained in:
Tuxity
2012-11-22 01:39:54 +01:00
parent 3d314acda8
commit 2f1000a9ed
2 changed files with 32 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `command` WHERE `name` = 'modify arenapoints';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('modify currency', 2, 'Syntax: .modify currency #id #value\nAdd $amount (without precision) of $currency to the selected player.');