Tabelle: 'gameobject_queststarter'
The `gameobject_queststarter` tableHolds game object quest giver relations. The game objects in this table should all be of type QUESTGIVER (2). StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
id | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | | quest | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | Quest Identifier |
Description of the fieldsidThe template ID of the game object. See gameobject_template.entry questThe quest ID that this game object starts. See quest_template.entry
|