forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Mail_level_reward
Schmoozerd edited this page Apr 14, 2013
·
2 revisions
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.