AzerothCore
Pages :

game_event_gameobject

<-Back-to:World

The `game_event_gameobject` table

Contains all gameobjects instances that participate to any game event.

Table Structure

Field Type Attributes Key Null Default Extra Comment
eventEntry SMALLINT 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

Refers to: game_event.entry.

Using a positve number will add the object to the event when is running.

Using a negative number will remove the object to the event when is running.

guid

Refers to: gameobject.guid.