The `game_graveyard` table
Field | Type | Key | Null | Default |
---|---|---|---|---|
ID | INT | PRI | NO | 0 |
Map | INT | NO | 0 | |
x | FLOAT | NO | 0 | |
y | FLOAT | NO | 0 | |
z | FLOAT | NO | 0 | |
Comment | VARCHAR(255) | YES | NULL |
Description of the fields
Graveyard's ID. See WorldSafeLocs.dbc
Zone's ID of ghost position before teleportation to graveyard. See Map.dbc column 1
The X position of graveyard where the character's ghost gets teleported to.
The Y position of graveyard where the character's ghost gets teleported to.
The Z position of graveyard where the character's ghost gets teleported to.
Custom comment for this line.