blob: 807b7fd2c1a3b12d4b31b3846ad8154757dc855d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [creature_summon_groups](creature_summon_groups)
Column | Type | Description
--- | --- | ---
SummonerId | mediumint(8) unsigned |
SummonerType | tinyint(3) unsigned |
GroupId | tinyint(3) unsigned |
Entry | mediumint(8) unsigned |
Position_x | float |
Position_y | float |
Position_z | float |
Orientation | float |
SummonType | tinyint(3) unsigned |
SummonTime | int(10) unsigned |
|