The `mail_level_reward` table
On certain levels, you receive a mail with some text.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
level | TINYINT | UNSIGNED | PRI | NO | 0 | ||
raceMask | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
mailTemplateId | MEDIUMINT | UNSIGNED | NO | 0 | |||
senderEntry | MEDIUMINT | UNSIGNED | NO | 0 |
Description of the fields
Level required for receiving specific mail
Mask required to receive mail.
:ChrRaces.dbc
Mail ID to be send. See MailTemplate.dbc
field-no-description|4