diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-22 13:36:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 19:36:46 +0200 |
| commit | 55c623c547ea0354209b33faa184a71a3cdda102 (patch) | |
| tree | e2d7391046ec010408f2cfd483c6eaf084c000e8 /docs/character_queststatus.md | |
| parent | bc2da3cf8168b2de7f5efa1699e92a90ef80626a (diff) | |
| download | wiki-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.md | 4 |
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 | |
