-
Notifications
You must be signed in to change notification settings - Fork 47
Game_event_gameobject
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
Contains all gameobjects instances that participate to any game event.
Field | Type | Null | Key | Default | Extra |
guid | int(10) unsigned | NO | PRI | ||
event | mediumint(9) | NO | 0 |
Guid of the gameobject participating in the event (gameobject.guid)
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