blob: 7ceb9e8d64c102ab4c3c5ace41b721899d535743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Database Structure](Database Structure) > [World-Database](World-Database) > [creature_formations](creature_formations)
Column | Type | Description
--- | --- | ---
LeaderGUID | int(10) unsigned |
MemberGUID | int(10) unsigned |
Dist | float unsigned |
Angle | float unsigned |
GroupAI | int(10) unsigned |
Point_1 | smallint(5) unsigned |
Point_2 | smallint(5) unsigned |
|