Updated character create query to use proper LEFT JOIN.
[getmangos.git] / sql / updates / 6742_mangos_command.sql
blobb84c1816d372ac4655f3cf607a41eac55aeae9aa
1 DELETE FROM command WHERE name = 'sendmail';
2 INSERT INTO `command` VALUES
3 ('sendmail',1,'Syntax: .sendmail #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.');