From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/character_queststatus_weekly.md | 68 +++++++++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 5 deletions(-) (limited to 'docs/character_queststatus_weekly.md') 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** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier

quest

int(10)

unsigned

PRI

NO

0

 

Quest Identifier

+ +**Description of the fields** + +### guid + +The guid of the character. + +### quest + +The id of the quest. -- cgit