[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 2008_11_09_02_mangos_command.sql
blob50cd5d9abf91b7e21fe7da2d626829f6cfd1b700
1 ALTER TABLE db_version CHANGE COLUMN required_2008_11_09_01_mangos_command required_2008_11_09_02_mangos_command bit;
3 delete from `command` where `name` = 'sendmoney';
4 insert into `command` (`name`, `security`, `help`) values
5 ('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 "".');