Achievement_reward - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table contains the rewards for achievements added with Wrath of the Lichking.
Field | Type | Attributes | Can be null | Default | Comments |
entry | mediumint(8) | unsigned | NO | 0 | Identifier |
gender | TINYINT | unsigned | YES | 2 | |
title_A | mediumint(8) | unsigned | NO | 0 | |
title_H | mediumint(8) | unsigned | NO | 0 | |
item | mediumint(8) | unsigned | NO | 0 | |
sender | mediumint(8) | unsigned | NO | 0 | |
subject | varchar(255) | YES | NULL | ||
text | text | YES | NULL |
This is the achievement identifier from Achievements.dbc
Indicates characters of which gender may gain that reward. MALE = 0 FEMALE = 1 BOTH = 2
This is the reference to CharTitles.dbc.. Player has the right to wear the title as name affix.
The item you get by mail for the achievement. Reference to item_template.
You recieve mail from this sender. Reference to creature_template
The mail subject. Just plain text up to 255 chars.
The mail text.