summaryrefslogtreecommitdiff
path: root/docs/group_member.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/group_member.md')
-rw-r--r--docs/group_member.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/group_member.md b/docs/group_member.md
index 3e33dee..99bfb29 100644
--- a/docs/group_member.md
+++ b/docs/group_member.md
@@ -8,10 +8,10 @@ This table holds info about group members.
**Structure**
-| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-|------------------|------------|------------|-----|------|---------|--------|---------|
-| [guid][1] | INT | UNSIGNED | | NO | | | |
-| [memberGuid][2] | INT | UNSIGNED | PRI | NO | | Unique | |
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+| ---------------- |-------- | ---------- | --- | ---- | ------- | ------ | ------- |
+| [guid][1] | INT | UNSIGNED | | NO | | | |
+| [memberGuid][2] | INT | UNSIGNED | PRI | NO | | Unique | |
| [memberFlags][3] | TINYINT | UNSIGNED | | NO | 0 | | |
| [subgroup[4] | TINYINT | UNSIGNED | | NO | 0 | | |
| [roles][5] | TINYINT | UNSIGNED | | NO | 0 | | |
@@ -26,11 +26,11 @@ This table holds info about group members.
#### guid
-GUID of the group. See [groups.guid](Groups+tc2#Groupstc2-guid).
+GUID of the group. See [groups.guid](groups#guid).
#### memberGuid
-GUID of the character member of the group. See [characters.guid](Characters+tc2#Characterstc2-guid).
+GUID of the character member of the group. See [characters.guid](characters#guid).
| Name | Value | Unique |
|------------------------|-------|--------|
@@ -53,4 +53,4 @@ There can only be 5 membes in one subgroup per raid group.
| 1 | ROLE_LEADER | The character has signed to Random Dungeon Finder as experienced |
| 2 | ROLE_TANK | The character has signed to Random Dungeon Finder as tank |
| 4 | ROLE_HEALER | The character has signed to Random Dungeon Finder as healer |
-| 8 | ROLE_DAMAGE | The character has signed to Random Dungeon Finder as dps |
+| 8 | ROLE_DAMAGE | The character has signed to Random Dungeon Finder as dps | \ No newline at end of file