数据库:world数据库:game_event_prerequisite
game_event_prerequisite 表
This table contains events that must have been completed to start the given event. You can have more than one event that must be completed before the next will start.
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | TINYINT | UNSIGNED | PRI | NO | |||
prerequisite_event | MEDIUMINT | UNSIGNED | PRI | NO |
字段说明
eventEntry
This is the event that will start when all prerequisite events have been completed.
prerequisite_event
The is the event that must be completed before the next event will start.
数据库/world数据库/game_event_prerequisite.txt · 最后更改: 2023/09/24 20:12 由 admin