数据库:world数据库:game_event_gameobject_quest
game_event_gameobject_quest 表
This table holds information on quests that should only be available when an event is currently taking place.
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | TINYINT | UNSIGNED | PRI | NO | Entry of the game event | ||
id | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
quest | MEDIUMINT | UNSIGNED | PRI | NO | 0 |
字段说明
eventEntry
The event ID. See game_event.eventEntry
id
The Gameobject ID. See gameobject_template.entry
quest
The quest ID. See quest_template.entry
数据库/world数据库/game_event_gameobject_quest.txt · 最后更改: 2023/09/24 20:06 由 admin