Mail level reward SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} Category: SkyFire World database tables {{Back-to:World}} <big>'''The `mail_level_reward` table'''</big> On certain levels, you receive a ...")
 
(No difference)

Latest revision as of 16:20, 7 July 2012

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. ChrRaces.dbc SF

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.