Skip to content

Game_event_pool

Schmoozerd edited this page Apr 17, 2013 · 1 revision

Back to world database list of tables.

The `game_event_pool` table

Contains all pool instances that participate to any game event.

Structure

Field Type Null Key Default Extra
pool_entry mediumint(8) unsigned NO 0
event smallint(6) NO 0

Description of the fields

pool_entry

Pool’s ID. See pool_template

event

Event’s ID. Put negatives values to remove during event. See game_event

Clone this wiki locally