summaryrefslogtreecommitdiff
path: root/docs/character_queststatus.md
blob: 0552a91f94097320df9709e5d086f279c6449d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_queststatus](character_queststatus)

Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned | 
Quest | int(10) unsigned | 
Status | tinyint(3) unsigned | 
Explored | tinyint(3) unsigned | 
Timer | int(10) unsigned | 
Mobcount1 | smallint(5) unsigned | 
Mobcount2 | smallint(5) unsigned | 
Mobcount3 | smallint(5) unsigned | 
Mobcount4 | smallint(5) unsigned | 
Itemcount1 | smallint(5) unsigned | 
Itemcount2 | smallint(5) unsigned | 
Itemcount3 | smallint(5) unsigned | 
Itemcount4 | smallint(5) unsigned | 
Playercount | smallint(5) unsigned |