diff options
Diffstat (limited to 'docs/lfg_data.md')
| -rw-r--r-- | docs/lfg_data.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/lfg_data.md b/docs/lfg_data.md index a99bac1..35f1583 100644 --- a/docs/lfg_data.md +++ b/docs/lfg_data.md @@ -8,10 +8,10 @@ This table contains saved data for LFG. This table is constantly in use by the c **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|--------------|------------|------------|-----|------|---------|-------|--------------------------| -| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | -| [dungeon][2] | INT | UNSIGNED | | NO | 0 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------ | ------- | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [dungeon][2] | INT | UNSIGNED | | NO | 0 | | | | [state][3] | TINYINT | UNSIGNED | | NO | 0 | | | [1]: #guid @@ -30,6 +30,4 @@ The dungeon ID from dbc. ### state -The state for this group / dungeon. - -Source: https://ascemu.github.io/Wiki/database/characters/lfg_data/ +The state for this group/dungeon. |
