blob: 96d4f829bd5488808810d33cdf798125203839e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# mail\_level\_reward
[<-Back-to:World](database-world.md)
**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][1] | TINYINT | UNSIGNED | PRI | NO | 0 | | |
| [raceMask][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | |
| [mailTemplateId][3] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
| [senderEntry][4] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
[1]: #level
[2]: #racemask
[3]: #mailtemplateid
[4]: #senderentry
**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](MailTemplate)
### senderEntry
`field-no-description|4`
|