summaryrefslogtreecommitdiff
path: root/docs/lfg_data.md
blob: 35f1583e2b1de337736686975240e2ec2671aeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# lfg\_data

[<-Back-to:Characters](database-characters.md)

**The \`lfg\_data\` table**

This table contains saved data for LFG. This table is constantly in use by the core.

**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       |       |                          |
| [state][3]   | TINYINT | UNSIGNED   |     | NO   | 0       |       |                          |

[1]: #guid
[2]: #dungeon
[3]: #state

**Description of the fields**

### guid

The guid for this group.

### dungeon

The dungeon ID from dbc.

### state

The state for this group/dungeon.