Skip to content

Character_achievement

Schmoozerd edited this page Apr 14, 2013 · 2 revisions

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