Tabelle: 'character_achievement'
The `character_achievement` tableThis table holds information on the achievements a character has earned / completed. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
guid | int(10) | vorzeichenlos | PRI | NO | | | | achievement | smallint(5) | vorzeichenlos | PRI | nein | | | | date | int(10) | vorzeichenlos | | nein | 0 | | |
Description of the fieldsguidThe GUID of the character. See characters/guid achievementThe ID of the achievement from Achievement.dbc dateThe date/time when this achievement was earned, in Unix time. See Unix Timestamp Calculator
|