[6810] Added new command: .sendmoney player "subject" "message" money - Sends a mail with money to a player

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Fredi 2008-11-03 16:19:23 -02:00 committed by VladimirMangos
parent ad59efb6d9
commit 928ea2bdcf
7 changed files with 101 additions and 3 deletions

View file

@ -0,0 +1,5 @@
ALTER TABLE db_version CHANGE COLUMN required_2008_11_09_01_mangos_command required_2008_11_09_02_mangos_command bit;
delete from `command` where `name` = 'sendmoney';
insert into `command` (`name`, `security`, `help`) values
('sendmoney',3,'Syntax: .sendmoney #playername "#subject" "#text" #money\r\n\r\nSend mail with money to a player. Subject and mail text must be in "".');