Back to 'achievement_dbc' Return to world Go to 'achievement_reward_locale'
This table describes the reward that you will receive when you obtain a given achievement.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | mediumint | unsigned | PRI | NO | 0 | ||
TitleA | mediumint | unsigned | NO | 0 | |||
TitleH | mediumint | unsigned | NO | 0 | |||
ItemID | mediumint | unsigned | NO | 0 | |||
Sender | mediumint | unsigned | NO | 0 | |||
Subject | varchar(255) | YES | NULL | ||||
Body | text | YES | NULL | ||||
MailTemplateID | mediumint | unsigned | YES | 0 |
This is the ID of the achievement from Achievement.dbc
This is the ID of the title for Alliance from CharTitles.dbc if the achievement rewards a title.
This is the ID of the title for Horde from CharTitles.dbc if the achievement rewards a title.
This is the item that you get if the achievement rewards an item. You will get this item in the mail.
This is the sender of the mail that you receive.
This is the subject of the mail that you receive.
This is the text of the body of that mail that you receive.
This is the ID from MailTemplate.dbc for the mail that you receive. Subject and Text must be empty. They are read from dbc file.
Back to 'achievement_dbc' Return to world Go to 'achievement_reward_locale'