mail_level_reward
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
Level required for receiving specific mail
raceMask
Mask required to receive mail. ChrRaces.dbc
mailTemplateId
Mail ID to be send. See MailTemplate.dbc.
senderEntry
field-no-description|4