Skip to content

Archievement_reward

Schmoozerd edited this page Apr 14, 2013 · 2 revisions

Back to world database list of tables.

The `archievement_reward` table

This table contains the rewards for archievements added with Wrath of the Lichking.

Structure

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

Description of the fields

entry

This is the archievement identifier from Achievement.dbc

title

This is the reference to CharTitles.dbc.. Player has the right to wear the title as name affix.

item

The item you get by mail for the archievement. Reference to item_template.

sender

You recieve mail from this sender. Reference to creature_template

subject

The mail subject. Just plain text up to 255 chars. (Hopefully a reference to multi language table in the future)

text

The mail text. (Hopefully a reference to multi language table in the future)

Clone this wiki locally