summaryrefslogtreecommitdiff
path: root/docs/character_queststatus.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2021-07-22 13:36:46 -0400
committerGitHub <noreply@github.com>2021-07-22 19:36:46 +0200
commit55c623c547ea0354209b33faa184a71a3cdda102 (patch)
treee2d7391046ec010408f2cfd483c6eaf084c000e8 /docs/character_queststatus.md
parentbc2da3cf8168b2de7f5efa1699e92a90ef80626a (diff)
downloadwiki-55c623c547ea0354209b33faa184a71a3cdda102.tar.gz
wiki-55c623c547ea0354209b33faa184a71a3cdda102.tar.bz2
wiki-55c623c547ea0354209b33faa184a71a3cdda102.zip
docs: Update db-characters-en (#606)
Diffstat (limited to 'docs/character_queststatus.md')
-rw-r--r--docs/character_queststatus.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/character_queststatus.md b/docs/character_queststatus.md
index 09bbc87..ed8c86a 100644
--- a/docs/character_queststatus.md
+++ b/docs/character_queststatus.md
@@ -9,7 +9,7 @@ Holds information on the quest status of each character.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-| ----------------- | -------- | ---------- | --- | ---- | ------- |-------|--------------------------|
+| ----------------- | -------- | ---------- | --- | ---- | ------- |------ | ------------------------ |
| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier |
| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier |
| [status][3] | TINYINT | UNSIGNED | | NO | 0 | | |
@@ -61,7 +61,7 @@ The current quest status.
**Possible values**
| Value | Status | Comments |
-|-------|----------------------------|---------------------------------------------|
+| ----- | -------------------------- | ------------------------------------------- |
| 0 | QUEST\_STATUS\_NONE | Quest isn't shown in quest list; default |
| 1 | QUEST\_STATUS\_COMPLETE | Quest has been completed |
| 2 | QUEST\_STATUS\_UNAVAILABLE | NOT USED |