From 2f1000a9ed14fbfabce05278ec80a4dc7bfd45e7 Mon Sep 17 00:00:00 2001 From: Tuxity Date: Thu, 22 Nov 2012 01:39:54 +0100 Subject: Core/Arenas: Drop old .modify arenapoint command, create a new command to add currency to players. --- sql/updates/world/2012_11_22_00_world_command.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_11_22_00_world_command.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_11_22_00_world_command.sql b/sql/updates/world/2012_11_22_00_world_command.sql new file mode 100644 index 00000000000..74ed29e31ac --- /dev/null +++ b/sql/updates/world/2012_11_22_00_world_command.sql @@ -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.'); -- cgit v1.2.3