Character achievement progress tc2
From TrinityCore Wiki
|
Back to characters database list of tables.
The `character_achievement_progress` table
This table has no description. You can help TDB wiki by clicking here to describe this table, if you have permissions.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| guid | int(10) | unsigned | PRI | NO | " | ||
| criteria | smallint(5) | unsigned | PRI | NO | " | ||
| counter | int(10) | unsigned | NO | " | |||
| date | int(10) | unsigned | NO | 0 |
Description of the fields
guid
The GUID of the character. See characters.guid
criteria
Criteria from Achievement_Criteria.dbc
counter
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
date
The date when this achievement was earned. See Unix Timestamp Calculator