Skip to content

Mail_level_reward

Schmoozerd edited this page Apr 17, 2013 · 1 revision

Back to world database list of tables.

The `mail_level_reward` table

This table holds information on sent mails when a character levels up. Can be specified by raceMask.

Structure

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

Description of the fields

level

Send mail when a character reaches this level.

raceMask

Only these races are considered.

mailTemplateId

Reference to MailTemplate.dbc.. Containing mail text and subject.

senderEntry

Sender of mail. Reference to creature_template.entry.

Clone this wiki locally