summaryrefslogtreecommitdiff
path: root/docs/game_graveyard.md
blob: 6c9f98c97c5f2e83b3ad0e5eb10733012c0b9902 (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
34
35
36
37
# game_graveyard

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

| Field                       | Type         |  Key | Null | Default |
|-----------------------------|--------------|------|------|---------|
| [ID](#ID)                   | int(10)      |  PRI | NO   | 0       |
| [Map](#Map)                 | int(10)      |      | NO   | 0       |
| [x](#x)                     | float        |      | NO   | 0       |
| [y](#y)                     | float        |      | NO   | 0       |
| [z](#z)                     | float        |      | NO   | 0       |
| [Comment](#Comment)         | varchar(255) |      | YES  | NULL    |

**Description of the fields**

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

### Map
Zone's ID of ghost position before teleportation to graveyard. See Map.dbc column 1

### x

The X position of graveyard where the character's ghost gets teleported to.

### y

The Y position of graveyard where the character's ghost gets teleported to.

### z

The Z position of graveyard where the character's ghost gets teleported to.

### Comment

Custom comment for this line.