====== game_graveyard 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#ID|ID]]|INT| |PRI|NO|0| | | |[[#Map|Map]]|INT| | |NO|0| | | |[[#x|x]]|FLOAT| | |NO|0| | | |[[#y|y]]|FLOAT| | |NO|0| | | |[[#z|z]]|FLOAT| | |NO|0| | | |[[#Comment|Comment]]|VARCHAR(255)| | |YES|NULL| | | ===== 字段说明 ===== ---- ==== ID ==== Graveyard's ID. See [[WorldSafeLocs.dbc]] ==== 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.