aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTuxity <kevin.darcel@gmail.com>2012-11-22 01:39:54 +0100
committerTuxity <kevin.darcel@gmail.com>2012-11-22 01:39:54 +0100
commit2f1000a9ed14fbfabce05278ec80a4dc7bfd45e7 (patch)
tree47ee7e8c482736b0878d6aa0c2dc16be42e76b5e /sql/updates
parent3d314acda8059cdb489597137407d735618f101b (diff)
Core/Arenas: Drop old .modify arenapoint command, create a new command to add currency to players.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2012_11_22_00_world_command.sql4
1 files changed, 4 insertions, 0 deletions
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.');