mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[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:
parent
ad59efb6d9
commit
928ea2bdcf
7 changed files with 101 additions and 3 deletions
5
sql/updates/2008_11_09_02_mangos_command.sql
Normal file
5
sql/updates/2008_11_09_02_mangos_command.sql
Normal 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 "".');
|
||||
Loading…
Add table
Add a link
Reference in a new issue