From 64b19c30c1719d9100abdaf1b0f42ac9ed66056f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 9 Jun 2019 23:55:26 +0200 Subject: Update game_graveyard_zone.md (#71) populated file with information from TC --- docs/game_graveyard_zone.md | 62 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/game_graveyard_zone.md b/docs/game_graveyard_zone.md index 3a9d8fb..aaea52b 100644 --- a/docs/game_graveyard_zone.md +++ b/docs/game_graveyard_zone.md @@ -1,7 +1,57 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [game_graveyard_zone](game_graveyard_zone) +# game_graveyard_zone -Column | Type | Description ---- | --- | --- -Id | mediumint(8) unsigned | -Ghost_zone | mediumint(8) unsigned | -Faction | smallint(5) unsigned | +[<-Back-to:World](database-world.md) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

id

mediumint(8)

unasigned

PRI

NO

0

ghost_zone

mediumint(8)

unasigned

PRI

NO

0

faction

smallint(5)

unasigned

NO

0

+ +**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 + +47 - Horde team only -- cgit