Skip to content

Game_event_gameobject

Schmoozerd edited this page Apr 17, 2013 · 1 revision

Back to world database list of tables.

The `game_event_gameobject` table

Contains all gameobjects instances that participate to any game event.

Structure

Field Type Null Key Default Extra
guid int(10) unsigned NO PRI
event mediumint(9) NO 0

Description of the fields

guid

Guid of the gameobject participating in the event (gameobject.guid)

event

Entry of the event (game_event.entry)

  • Use *+*"entry":game_event#entry to have the gameobject added during the event
  • Use -entry to have it removed during the event
Clone this wiki locally