Back to 'game_event_gameobject_quest' Return to world Go to 'game_event_npc_vendor'
Contains all creature instances that need to change display id and/or equipment during defined game events.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | tinyint | signed | NO | Entry of the game event. | |||
guid | int | unsigned | PRI | NO | 0 | ||
modelid | int | unsigned | NO | 0 | |||
equipment_id | tinyint | unsigned | NO | 0 |
refers to game_event.eventEntry
The creature.guid to be modified.
New DisplayID to be used while the event is active.
Use 0 if only the equipment_id is to be changed during event.
New equipmentID to be used during the event.
Use 0 if only the modelid is to be changed during event.
Back to 'game_event_gameobject_quest' Return to world Go to 'game_event_npc_vendor'