Back to 'game_event_gameobject' Return to world Go to 'game_event_model_equip'
This table holds information on quests that should only be available when an event is currently taking place.
| 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 |
refers to game_event.eventEntry
The gameobject_template.entry of the quest giving object.
The quest_template.ID that is made available.
Back to 'game_event_gameobject' Return to world Go to 'game_event_model_equip'