Tabelle: 'game_event_gameobject_quest'
The `game_event_gameobject_quest` tableThis table holds information on quests that should only be available when an event is currently taking place. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
eventEntry | tinyint(3) | vorzeichenlos | PRI | nein | | | Entry of the game event | id | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | | quest | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | |
Description of the fieldsidThe Gameobject ID. See gameobject_template.entry questThe quest ID. See quest_template.entry eventEntryThe event ID. See game_event.eventEntry
|