summaryrefslogtreecommitdiff
path: root/docs/character_reputation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/character_reputation.md')
-rw-r--r--docs/character_reputation.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/character_reputation.md b/docs/character_reputation.md
index 958f4d3..bea2165 100644
--- a/docs/character_reputation.md
+++ b/docs/character_reputation.md
@@ -9,11 +9,11 @@ This table holds the reputation information for each character.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-|---------------|-------------|------------|-----|------|---------|-------|--------------------------|
-| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier |
-| [faction][2] | SMALLINT | UNSIGNED | PRI | NO | 0 | | |
-| [standing][3] | INT | SIGNED | | NO | 0 | | |
-| [flags][4] | SMALLINT | UNSIGNED | | NO | 0 | | |
+| ------------- | ----------- | ---------- | --- | ---- | ------- | ----- | ------------------------ |
+| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier |
+| [faction][2] | SMALLINT | UNSIGNED | PRI | NO | 0 | | |
+| [standing][3] | INT | SIGNED | | NO | 0 | | |
+| [flags][4] | SMALLINT | UNSIGNED | | NO | 0 | | |
[1]: #guid
[2]: #faction
@@ -24,11 +24,11 @@ This table holds the reputation information for each character.
### guid
-The GUID of the character. See characters.guid
+The character guid. See [characters.guid](characters#guid).
### faction
-The faction ID that the character has the given reputation in. See Faction.dbc
+The faction ID that the character has the given reputation in. See [Faction.dbc](faction).
### standing