game_event_creature
The `game_event_creature` table
Contains all creature instances that have to be spawned/unspawned during defined game events.
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. | |||
guid | INT | UNSIGNED | PRI | NO | Unique |
Description of the fields
eventEntry
Entry of the event (game_event.entry)
Use+*entry to have the creature added during the event Use-*entry to have it removed during the event
guid
Guid of the creature participating in the event (creature.guid)