blob: 9e27c8da952b8b410df5d551eac63e76fc975dd7 (
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) > [Character-Database](Character-Database) > [groups](groups)
Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned |
LeaderGuid | int(10) unsigned |
LootMethod | tinyint(3) unsigned |
LooterGuid | int(10) unsigned |
LootThreshold | tinyint(3) unsigned |
Icon1 | int(10) unsigned |
Icon2 | int(10) unsigned |
Icon3 | int(10) unsigned |
Icon4 | int(10) unsigned |
Icon5 | int(10) unsigned |
Icon6 | int(10) unsigned |
Icon7 | int(10) unsigned |
Icon8 | int(10) unsigned |
GroupType | tinyint(3) unsigned |
Difficulty | tinyint(3) unsigned |
RaidDifficulty | tinyint(3) unsigned |
MasterLooterGuid | int(10) unsigned |
|