Back to 'pvpstats_players' Return to characters Go to 'reserved_name'
Stores quest completion and abandonment data to help finding out bugged quests.
requires worldserver.conf
Quests.EnableQuestTracker = 1
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | mediumint | unsigned | NO | 0 | |||
character_guid | int | unsigned | NO | 0 | |||
quest_accept_time | datetime | NO | |||||
quest_complete_time | datetime | YES | NULL | ||||
quest_abandon_time | datetime | YES | NULL | ||||
completed_by_gm | tinyint(1) | signed | NO | 0 | |||
core_hash | varchar(120) | NO | 0 | ||||
core_revision | varchar(120) | NO | 0 |
The tracked quest ID.
The character guid on the quest.
Unix timestamp when the quest was accepted.
Unix timestamp when the quest was completed.
Unix timestamp when the quest was abandoned.
Flag if .quest complete
command was used.
current _HASH
(see revision_data.h)
current _DATE
(see revision_data.h)
Back to 'pvpstats_players' Return to characters Go to 'reserved_name'