数据库:characters数据库:character_achievement
这是本文档旧的修订版!
account_access 表
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 |
字段说明
guid
The GUID of the character. See characters.guid.
achievement
The ID of the achievement from Achievement.dbc.
date
The date/time when this achievement was earned, in Unix time. See Unix timestamp Calculator
数据库/characters数据库/character_achievement.1695521998.txt.gz · 最后更改: 2023/09/24 10:19 由 admin