目录

character_achievement 表


<-返回:Characters 数据库

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.

表结构

FieldTypeAttributesKeyNullDefaultextraComment
guidINTUNSIGNEDPRINO
achievementSMALLINTUNSIGNEDPRINO
dateINTUNSIGNED NO0

字段说明


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