# gameobject [<-Back-to:World](database-world.md) **The \`gameobject\` table** This table holds the individual object data on each spawned game object in the world. This data along with the object's template data is read and used to instantiate the objects in the world. **Structure**
Field |
Type |
Attributes |
Key |
Null |
Default |
Extra |
Comment |
int(10) |
unsigned |
PRI |
NO |
NULL |
Auto increment |
Global Unique Identifier |
|
mediumint(8) |
unsigned |
|
NO |
0 |
|
Gameobject Identifier |
|
smallint(5) |
unsigned |
|
NO |
0 |
|
Map Identifier |
|
tinyint(3) |
unsigned |
|
NO |
1 |
|
|
|
smallint(5) |
unsigned |
|
NO |
1 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
float |
signed |
|
NO |
0 |
|
|
|
int(11) |
signed |
|
NO |
0 |
|
|
|
tinyint(3) |
unsigned |
|
NO |
0 |
|
|
|
tinyint(3) |
unsigned |
|
NO |
1 |
|
|
Value |
Comment |
|---|---|
0 |
Not spawned |
1 |
Spawned only in 10-man-normal versions of maps (includes maps without a heroic mode) |
2 |
Spawned only in 25-man-normal versions of maps (or heroics pre 3.2) |
4 |
Spawned only in 10-man heroic versions of maps |
8 |
Spawned only in 25-man-heroic versions of maps |
15 |
Spawned in all versions of maps |