This table holds information on the achievements a character has earned/completed.
Note: if you delete a “realm first” achievement from the characters database, you have to reboot the server to take it into account.
表结构
Field | Type | Attributes | Key | Null | Default | extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | |||
achievement | SMALLINT | UNSIGNED | PRI | NO | |||
date | INT | UNSIGNED | NO | 0 |
The GUID of the character. See characters.guid.
The ID of the achievement from Achievement.dbc.
The date/time when this achievement was earned, in Unix time. See Unix timestamp Calculator