Achievement reward SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 07:35, 17 September 2011

Back to world database list of tables.

The `achievement_reward` table

This table holds the information for awarding items to players via in-game mail when the earn certain achievements.


Structure

Field Type Attribute Default Comment
entry mediumint(8) unsigned The ID of the achievement. Found in Achievements.dbc.
title_A mediumint(8) unsigned The ID of the title to award to Alliance players who gain the achievement. Found in CharTitles.dbc.
title_H mediumint(8) unsigned The ID of the title to award to Horde players who gain the achievement. Found in CharTitles.dbc
item mediumint(8) unsigned The ID of the item to be mailed to the player. Found in item_template.
sender mediumint(8) unsigned The ID of the creature who sends the mail. Found in creature_template
subject varchar(225) signed The subject of the mail to be sent.
text text signed The text contained in the mail to be sent.