Character_achievement - Schmoozerd/mangos-wotlk GitHub Wiki
Back to the characters database list of tables.
This table holds information for each character and its achievement.
| Field | Type | Null | Key | Default | Extra |
| guid | int(11) unsigned | NO | PRIMARY | ||
| achievement | int(11) | NO | PRIMARY | ||
| date | int(11) | NO |
The GUID of the character. See character.guid
The ID of the achievement. See achievements.dbc
Unix timestamp when achievement was completed.