Game_event_pool - cmangos/issues GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️