Mail level reward tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `mail_level_reward` table
On certain levels, you receive a mail with some text.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| level | tinyint(3) | unsigned | PRI | NO | 0 | ||
| raceMask | mediumint(8) | unsigned | PRI | NO | 0 | ||
| mailTemplateId | mediumint(8) | unsigned | NO | 0 | |||
| senderEntry | mediumint(8) | unsigned | NO | 0 |
Description of the fields
level
Level required for receiving specific mail
raceMask
Mask required to receive mail.
| Value | ID }} | Name |
| 1 | 1 }} | Human |
| 2 | 2 }} | Orc |
| 4 | 3 }} | Dwarf |
| 8 | 4 }} | Night Elf |
| 16 | 5 }} | Undead |
| 32 | 6 }} | Tauren |
| 64 | 7 }} | Gnome |
| 128 | 8 }} | Troll |
| 512 | 10 }} | Blood Elf |
| 1024 | 11 }} | Draenei |
mailTemplateId
Mail ID to be send. See MailTemplate.dbc
senderEntry
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.