Mail_level_reward - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds information on sent mails when a character levels up. Can be specified by raceMask.
Field | Type | Null | Key | Default | Extra |
level | tinyint(3) unsigned | NO | PRI | 0 | |
raceMask | mediumint(8) unsigned | NO | PRI | 0 | |
mailTemplateId | mediumint(8) unsigned | NO | 0 | ||
senderEntry | mediumint(8) unsigned | NO | 0 | ||
Send mail when a character reaches this level.
Only these races are considered.
Reference to MailTemplate.dbc.. Containing mail text and subject.
Sender of mail. Reference to creature_template.entry.