forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Archievement_reward
Schmoozerd edited this page Apr 14, 2013
·
2 revisions
Back to world database list of tables.
This table contains the rewards for archievements added with Wrath of the Lichking.
Field | Type | Attributes | Can be null | Default | Comments |
entry | mediumint(8) | unsigned | NO | 0 | Identifier |
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 archievement identifier from Achievement.dbc
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 archievement. Reference to item_template.
You recieve mail from this sender. Reference to creature_template
The mail subject. Just plain text up to 255 chars. (Hopefully a reference to multi language table in the future)
The mail text. (Hopefully a reference to multi language table in the future)