graveyards
This table contains the graveyard positions. Unfortunately, it seems this table would be deleted in further development!
Structure
Field | Type | Default | Comment |
---|---|---|---|
id | smallint(4) | Auto Num. Not used in core. | |
position_x | float(0) | 0 | |
position_y | float(0) | 0 | |
position_z | float(0) | 0 | |
orientation | float(0) | 0 | |
zoneid | tinyint(1) | not used in core. | |
adjacentzoneid | tinyint(1) | unused | |
mapid | smallint(3) | ||
faction | enum(0) | ||
name | varchar(255) | not used in core. |
id
Unique value for ordering not used by core!
position
The position on map and the orientation.
zoneid
Not used by core!
adjacentzoneid
Not used by core!
mapid
The map ID of the graveyard.
faction
Factions can be combined… don’t know why…
0 = Alliance 1 = Horde 3 = Both
name
Not used by core. Just for MySQL development!