Gameobject questrelation
Материал из YTDB DataBase
(Различия между версиями)
KiriX (Обсуждение | вклад)
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `gameobject_questrelation` table'''</big> Holds game object q…»)
Следующая правка →
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `gameobject_questrelation` table'''</big> Holds game object q…»)
Следующая правка →
Версия 10:03, 3 февраля 2010
|
Back to world database list of tables.
The `gameobject_questrelation` table
Holds game object quest giver relations. The game objects in this table should all be of type QUESTGIVER (2).
Structure
Field | Type | Null | Key | Default | Extra |
id | int(10) unsigned | NO | PRI | 0 | |
quest | int(10) unsigned | NO | PRI | 0 |
Description of the fields
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