Tabelle: 'game_event_creature_quest'
The `game_event_creature_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 | | nein | | | Entry of the game event. | id | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | | quest | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | |
Description of the fieldseventEntryThe event ID. See game_event.eventEntry idThe NPC ID. See creature_template.entry questThe quest ID. See quest_template.entry
|