diff options
| author | Bogir[rus] <m-1@bk.ru> | 2019-11-24 01:32:25 +0300 |
|---|---|---|
| committer | Stefano Borzì <stefanoborzi32@gmail.com> | 2019-11-23 23:32:25 +0100 |
| commit | 83e85c15b8f5e649620fa7ad93d840636cbdbcc0 (patch) | |
| tree | bcc1c0a36e97c90292e1d0a2a0565cd7ade0528b /docs | |
| parent | 322c82b083113bdb7d37905b60e1614e6617d36f (diff) | |
| download | wiki-83e85c15b8f5e649620fa7ad93d840636cbdbcc0.tar.gz wiki-83e85c15b8f5e649620fa7ad93d840636cbdbcc0.tar.bz2 wiki-83e85c15b8f5e649620fa7ad93d840636cbdbcc0.zip | |
Create game_graveyard.md (#148)
* Create game_graveyard.md
* Update game_graveyard.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/game_graveyard.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/game_graveyard.md b/docs/game_graveyard.md new file mode 100644 index 0000000..6c9f98c --- /dev/null +++ b/docs/game_graveyard.md @@ -0,0 +1,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. + |
