# game\_event\_creature\_quest [<-Back-to:World](database-world.md) **The \`game\_event\_creature\_quest\` table** 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(3)

unsigned

 

NO

 

 

Entry of the game event.

id

mediumint(8)

unsigned

PRI

NO

0

 

 

quest

mediumint(8)

unsigned

PRI

NO

0

 

 

**Description of the fields** ### eventEntry The event ID. See game\_event.eventEntry ### id The NPC ID. See creature\_template.entry ### quest The quest ID. See quest\_template.entry