Tabelle: 'gameobject_questender'
The `gameobject_questender` tableHolds game object quest taker 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 finishes. See quest_template.id
|