blob: a2c766af7f3221f9cf264fc5149c030979c9fbef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [gameobject](gameobject)
Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned |
Id | mediumint(8) unsigned |
Map | smallint(5) unsigned |
SpawnMask | tinyint(3) unsigned |
PhaseMask | int(10) unsigned |
Position_x | float |
Position_y | float |
Position_z | float |
Orientation | float |
Rotation0 | float |
Rotation1 | float |
Rotation2 | float |
Rotation3 | float |
Spawntimesecs | int(11) |
Animprogress | tinyint(3) unsigned |
State | tinyint(3) unsigned |
VerifiedBuild | smallint(5) |
|