summaryrefslogtreecommitdiff
path: root/docs/gameobject_queststarter.md
blob: e72ff3aeae2c75704b990ead075805bbf47b4d3d (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\_queststarter

[<-Back-to:World](database-world.md)

**The \`gameobject\_queststarter\` table**

Holds game object quest giver 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 starts. See [quest\_template.entry](http://www.azerothcore.org/wiki/quest_template#id)