game_event_gameobject_quest
This table holds information on quests that should only be available when an event is currently taking place.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| eventEntry | tinyint | unsigned | PRI | NO | Entry of the game event | ||
| id | int | unsigned | PRI | NO | 0 | ||
| quest | int | unsigned | PRI | NO | 0 | ||
Description of fields
eventEntry
refers to game_event.eventEntry
id
The gameobject_template.entry of the quest giving object.
quest
The quest_template.ID that is made available.
