diff options
Diffstat (limited to 'docs/character_queststatus_weekly.md')
| -rw-r--r-- | docs/character_queststatus_weekly.md | 68 |
1 files changed, 63 insertions, 5 deletions
diff --git a/docs/character_queststatus_weekly.md b/docs/character_queststatus_weekly.md index 5fe73b9..573d883 100644 --- a/docs/character_queststatus_weekly.md +++ b/docs/character_queststatus_weekly.md @@ -1,6 +1,64 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_queststatus_weekly](character_queststatus_weekly) +# character\_queststatus\_weekly -Column | Type | Description ---- | --- | --- -Guid | int(10) unsigned | -Quest | int(10) unsigned | +`Back-to:Characters` + +**The \`character\_queststatus\_weekly\` table** + +Holds information on the weekly quest status of every player. The timers reset at the same time the Raids reset. + +**Structure** + +<table> +<colgroup> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +</colgroup> +<tbody> +<tr class="odd"> +<td><p><strong>Field</strong></p></td> +<td><p><strong>Type</strong></p></td> +<td><p><strong>Attributes</strong></p></td> +<td><p><strong>Key</strong></p></td> +<td><p><strong>Null</strong></p></td> +<td><p><strong>Default</strong></p></td> +<td><p><strong>Extra</strong></p></td> +<td><p><strong>Comment</strong></p></td> +</tr> +<tr class="even"> +<td><p><a href="#character_queststatus_weekly-guid">guid</a></p></td> +<td><p>int(10)</p></td> +<td><p>unsigned</p></td> +<td><p>PRI</p></td> +<td><p>NO</p></td> +<td><p>0</p></td> +<td><p> </p></td> +<td><p>Global Unique Identifier</p></td> +</tr> +<tr class="odd"> +<td><p><a href="#character_queststatus_weekly-quest">quest</a></p></td> +<td><p>int(10)</p></td> +<td><p>unsigned</p></td> +<td><p>PRI</p></td> +<td><p>NO</p></td> +<td><p>0</p></td> +<td><p> </p></td> +<td><p>Quest Identifier</p></td> +</tr> +</tbody> +</table> + +**Description of the fields** + +### guid + +The guid of the character. + +### quest + +The id of the quest. |
