目录

game_event_prerequisite 表


<-返回:World 数据库

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.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
eventEntryTINYINTUNSIGNEDPRINO
prerequisite_eventMEDIUMINTUNSIGNEDPRINO

字段说明


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.