Skip to content

Character_achievement

Lukas edited this page Jul 10, 2014 · 1 revision

Back to the characters database list of tables.

The `character_achievement` table

This table holds information for each character and its achievement.

Structure

Field Type Null Key Default Extra
guid int(11) unsigned NO PRIMARY
achievement int(11) NO PRIMARY
date int(11) NO

guid

The GUID of the character. See character.guid

achievement

The ID of the achievement. See achievements.dbc

date

Unix timestamp when achievement was completed.

Clone this wiki locally