# creature\_questender [<-Back-to:World](database-world.md) **The \`creature\_questender\` table** Holds NPC quest ender relations on which NPCs finishes which quests. **Structure**

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

mediumint(8)

unsigned

PRI

NO

0

 

Identifier

quest

mediumint(8)

unsigned

PRI

NO

0

 

Quest Identifier

**Description of the fields** ### id The ID of the creature. See creature\_template.entry ### quest The quest ID that the creature finishes. See quest\_template.id