blob: 61c01d8f6eb93d8d8e9e87ba01a7fae93a95c2e4 (
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
28
29
30
31
32
33
|
# game\_event\_creature\_quest
[<-Back-to:World](database-world.md)
**The \`game\_event\_creature\_quest\` table**
This table holds information on quests that should only be available when an event is currently taking place.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-----------------|--------------|------------|-----|------|---------|-------|--------------------------|
| [eventEntry][1] | TINYINT | UNSIGNED | | NO | | | Entry of the game event. |
| [id][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | |
| [quest][3] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | |
[1]: #evententry
[2]: #id
[3]: #quest
**Description of the fields**
### eventEntry
The event ID. See game\_event.eventEntry
### id
The NPC ID. See creature\_template.entry
### quest
The quest ID. See quest\_template.entry
|