summaryrefslogtreecommitdiff
path: root/docs/creature_questender.md
blob: ae4fd59e14040dc34f0d656d739a6ac1c2be980e (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\_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][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 finishes. See [quest\_template.id](http://www.azerothcore.org/wiki/quest_template#id)