====== character_achievement 表 ====== ---- [[数据库:characters数据库:首页|<-返回: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. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO| | | | |[[#achievement|achievement]]|SMALLINT|UNSIGNED|PRI|NO| | | | |[[#date|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