“game_event_creature” table¶
The game_event_creature
table holds lists of creature
entries to
be spawned during game events.
Table structure¶
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
guid | int(10) unsigned | NO | PRI | NULL | |
event | smallint(6) | NO | 0 |
Fields¶
guid¶
This references the “creature” table tables unique ID for which the entry is valid.
event¶
This references the “game_event” table tables unique ID for which the entry is valid.