-
Notifications
You must be signed in to change notification settings - Fork 47
Character_achievement
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to the characters database list of tables.
This table holds information for each character and its achievement.
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRIMARY | ||
achievement | int(11) | NO | PRIMARY | ||
date | int(11) | NO |
The GUID of the character. See character.guid
The ID of the achievement. See achievements.dbc
Unix timestamp when achievement was completed.