Game event prerequisite tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `game_event_prerequisite` table
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.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| eventEntry | tinyint(3) | unsigned | PRI | NO | |||
| prerequisite_event | mediumint(8) | unsigned | PRI | NO |
Description of the fields
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.