From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/graveyard_zone.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/graveyard_zone.md (limited to 'docs/graveyard_zone.md') diff --git a/docs/graveyard_zone.md b/docs/graveyard_zone.md new file mode 100644 index 0000000..1568268 --- /dev/null +++ b/docs/graveyard_zone.md @@ -0,0 +1,43 @@ +# graveyard\_zone + +`Back-to:World` + +**The \`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 |   |   | +| [GhostZone](#graveyard_zone-ghost_zone) | mediumint(8) | unsigned | PRI | NO | 0 |   |   | +| [Faction](#graveyard_zone-faction) | smallint(5) | unsigned |   | NO | 0 |   |   | +| Comment | TEXT |   |   |   |   |   |   | + +**Description of the fields** + +### ID + +Graveyard's ID. See WorldSafeLocs.dbc + +### GhostZone + +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 + +**Comment** -- cgit