TrinityCore : game_graveyard_zone

Back-to:World

The `game_graveyard_zone` table

Contains information about zones connected to world's graveyards.

This table is used to set what factions a given graveyard will accept, and also to specify the nearest graveyard to a given zone.

For a list of all existing graveyard zones and their respective IDs, check out WorldSafeLocs.dbc

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

mediumint(8)

unsigned

PRI

NO

0

 

 

ghost_zone

mediumint(8)

unsigned

PRI

NO

0

 

 

faction

smallint(5)

unsigned

 

NO

0

 

 

Description of the fields

id

Graveyard's ID. See WorldSafeLocs.dbc

ghost_zone

Zone's Id of ghost position before teleportation to graveyard. See AreaTable.dbc

faction

Graveyard's team.

0 - Any team accepted

469 - Alliance team only

67 - Horde team only