Skip to content

Achievement_reward

Schmoozerd edited this page Apr 17, 2013 · 1 revision

Back to world database list of tables.

The `achievement_reward` table

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

Structure

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

Description of the fields

entry

This is the achievement identifier from Achievements.dbc

gender

Indicates characters of which gender may gain that reward. MALE = 0 FEMALE = 1 BOTH = 2

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 achievement. 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.

text

The mail text.

Clone this wiki locally