summaryrefslogtreecommitdiff
path: root/docs/gameobject_questender.md
blob: 151b883beab5d4df7ae0ce980c9f4830f47655ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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][1]    | MEDIUMINT | UNSIGNED   | PRI | NO   | 0       |       |                  |
| [quest][2] | MEDIUMINT | UNSIGNED   | PRI | NO   | 0       |       | Quest Identifier |

[1]: #id
[2]: #quest

**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)