The `character_achievement_progress` table
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | |||
criteria | SMALLINT | UNSIGNED | PRI | NO | |||
counter | INT | UNSIGNED | NO | ||||
date | INT | UNSIGNED | NO | 0 |
Description of the fields
The GUID of the character. See characters.guid.
Criteria from Achievement_Criteria.dbc.
field-no-description|3
The date when this achievement was earned. See Unix timestamp Calculator.