mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Arenas: Drop old .modify arenapoint command, create a new command to add currency to players.
This commit is contained in:
4
sql/updates/world/2012_11_22_00_world_command.sql
Normal file
4
sql/updates/world/2012_11_22_00_world_command.sql
Normal 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.');
|
||||
Reference in New Issue
Block a user