summaryrefslogtreecommitdiff
path: root/docs/quest_tracker.md
blob: 77ac708e18377db4bdad0ae47f52dda3acd14d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# quest_tracker

[<-Back-to:Character](database-character.md)

**The \`quest_tracker\` table**

**Structure**

| Field | Type | Attribute | Key | Null | Default | Extra | Comment
|:--- | :--- | :--- | :--- | :--- | :--- | :--- | :---
|[id][1] | MEDIUMINT | UNSIGNED | | NO | 0
|[character_guid][2] | INT | UNSIGNED | | NO | 0
|[quest_accept_time][3] | DATETIME | | | NO
|[quest_complete_time][4] | DATETIME | | | YES | NULL
|[quest_abandon_time][5] | DATETIME | | | YES | NULL
|[completed_by_gm][6] | TINYINT | SIGNED | | NO | 0
|[core_hash][7] | VARCHAR(120) | | | NO | 0
|[core_revision][8] | VARCHAR(120) | | | NO | 0

[1]: #id
[2]: #character_guid
[3]: #quest_accept_time
[4]: #quest_complete_time
[5]: #quest_abandon_time
[6]: #completed_by_gm
[7]: #core_hash
[8]: #core_revision

### id

`field-no-description|1`

### character_guid

[characters.guid](characters#guid).

### quest_accept_time

When the quest was accepted.

### quest_complete_time

When the quest was completed.

### quest_abandon_time

When the quest was abandoned.

### completed_by_gm

`field-no-description|6`

### core_hash

`field-no-description|7`

### core_revision

`field-no-description|8`