summaryrefslogtreecommitdiff
path: root/docs/game_graveyard_zone.md
blob: 0047efb4c91cba6f440d279679a65e7d28e88f10 (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
# game_graveyard_zone

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

| Field           | Type         | Attributes | Key | Null | Default | Extra | Comment |
|-----------------|--------------|------------|-----|------|---------|-------|---------|
| [id][1]         | MEDIUMINT | unasigned  | PRI | NO   | 0       |       |         |
| [ghost_zone][2] | MEDIUMINT | unasigned  | PRI | NO   | 0       |       |         |
| [faction][3]    | SMALLINT  | unasigned  |     | NO   | 0       |       |         |

[1]: #id
[2]: #ghost_zone
[3]: #faction

**Description of the fields**

### id
Graveyard's ID. See [WorldSafeLocs.dbc](WorldSafelocs)

### ghost_zone
Zone's ID of ghost position before teleportation to graveyard. See [AreaTable.dbc](AreaTable)

### faction
Graveyard's team.

0 - Any team accepted

469 - Alliance team only

67 - Horde team only