Tabelle: 'character_queststatus_rewarded'
The `character_queststatus_rewarded` tableThis table holds information of every rewarded quest to a player. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
guid | int(10) | vorzeichenlos | PRI | nein | 0 | | Global Unique Identifier | quest | int(10) | vorzeichenlos | PRI | nein | 0 | | Quest Identifier | active | tinyint(3) | vorzeichenlos | | NO | 1 | | |
Description of the fieldsguidThe character GUID. See characters/guid questThe quest ID of the rewarded quest. See quest_template.id activefield-no-description
|