====== gameobject_queststarter 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Holds game object quest giver relations. The game objects in this table should all be of type QUESTGIVER (2). **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#id|id]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#quest|quest]]|MEDIUMINT|UNSIGNED|PRI|NO|0| |Quest Identifier| ===== 字段说明 ===== ---- ==== id ==== The template ID of the game object. See gameobject_template.entry ==== quest ==== The quest ID that this game object starts. See quest_template.entry