diff options
Diffstat (limited to 'docs/character_achievement.md')
| -rw-r--r-- | docs/character_achievement.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/character_achievement.md b/docs/character_achievement.md index e1c841b..2c1905b 100644 --- a/docs/character_achievement.md +++ b/docs/character_achievement.md @@ -10,11 +10,11 @@ This table holds information on the achievements a character has earned / comple **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|------------------|-------------|------------|-----|------|---------|-------|---------| -| [guid][1] | INT | UNSIGNED | PRI | NO | | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------- | -------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | | | | | [achievement][2] | SMALLINT | UNSIGNED | PRI | NO | | | | -| [date][3] | INT | UNSIGNED | | NO | 0 | | | +| [date][3] | INT | UNSIGNED | | NO | 0 | | | [1]: #guid [2]: #achievement @@ -24,11 +24,11 @@ This table holds information on the achievements a character has earned / comple ### guid -The GUID of the character. See [characters.guid](characters_table_) +The GUID of the character. See [characters.guid](characters#guid). ### achievement -The ID of the achievement from [Achievement.dbc](Achievement). +The ID of the achievement from [Achievement.dbc](achievement). ### date |
