# gameobject\_questender [<-Back-to:World](database-world.md) **The \`gameobject\_questender\` table** Holds game object quest taker relations. The game objects in this table should all be of type QUESTGIVER (2). **Structure**

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

mediumint(8)

unsigned

PRI

NO

0

 

 

quest

mediumint(8)

unsigned

PRI

NO

0

 

Quest Identifier

**Description of the fields** ### id The template ID of the game object. See [gameobject\_template.entry](http://www.azerothcore.org/wiki/gameobject_template#entry) ### quest The quest ID that this game object finishes. See [quest\_template.id](http://www.azerothcore.org/wiki/quest_template#id)