game_event_pool
This table determines if a given pool is active for a given game event.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| eventEntry | tinyint | signed | NO | Entry of the game event. Put negative entry to remove during event. | |||
| pool_entry | int | unsigned | PRI | NO | 0 | Id of the pool | |
Description of fields
eventEntry
refers to game_event.eventEntry
- > 0: pool with pool_entry is added during the event
- < 0: pool with pool_entry is removed during the event
pool_entry
refers to pool_template.entry
