From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/groups.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/groups.md (limited to 'docs/groups.md') diff --git a/docs/groups.md b/docs/groups.md new file mode 100644 index 0000000..f45b2d8 --- /dev/null +++ b/docs/groups.md @@ -0,0 +1,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 | -- cgit