blob: 0e56f3e7a60e80520154c71461b11f27c8f54b25 (
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
|
# creature\_queststarter
[<-Back-to:World](database-world.md)
**The \`creature\_queststarter\` table**
Holds NPC quest giver relations on which NPCs start which quests.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|------------|--------------|------------|-----|------|---------|-------|------------------|
| [id][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Identifier |
| [quest][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Quest Identifier |
[1]: #id
[2]: #quest
**Description of the fields**
### id
The ID of the creature. See [creature\_template.entry](http://www.azerothcore.org/wiki/creature_template#creature_template-entry)
### quest
The quest ID that the creature starts. See [quest\_template.id](http://www.azerothcore.org/wiki/quest_template#id)
|