[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 2008_11_09_01_mangos_command.sql
bloba0a114bc5a8f21332b6fce6b9764db6fa39817c5
1 ALTER TABLE db_version CHANGE COLUMN required_2008_11_01_02_mangos_command required_2008_11_09_01_mangos_command bit;
3 delete from `command` where `name` IN ('senditems','sendmail');
4 insert into `command` (`name`, `security`, `help`) values
5 ('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'),
6 ('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".');