blob: ee6de9ec2833bdc12bcad785c5db097cd75b24c1 (
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 |
|