From 6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Wed, 6 Jan 2021 14:35:07 -0300 Subject: docs: Converting from HTML to Markdown part #3 (#331) --- docs/lfg_data.md | 73 ++++++++++++-------------------------------------------- 1 file changed, 15 insertions(+), 58 deletions(-) (limited to 'docs/lfg_data.md') diff --git a/docs/lfg_data.md b/docs/lfg_data.md index a8e89a4..5687e7b 100644 --- a/docs/lfg_data.md +++ b/docs/lfg_data.md @@ -4,75 +4,32 @@ **The \`lfg\_data\` table** -`table-no-description` +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

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier

dungeon

int(10)

unsigned

 

NO

0

 

 

state

tinyint(3)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|--------------|------------|------------|-----|------|---------|-------|--------------------------| +| [guid][1] | int(10) | unsigned | PRI | NO | 0 | | Global Unique Identifier | +| [dungeon][2] | int(10) | unsigned | | NO | 0 | | | +| [state][3] | tinyint(3) | unsigned | | NO | 0 | | | + +[1]: #guid +[2]: #dungeon +[3]: #state **Description of the fields** ### guid -`field-no-description|1` +The guid for this group. ### dungeon -`field-no-description|2` +The dungeon ID from dbc. ### state -`field-no-description|3` +The state for this group / dungeon. + +Source: https://ascemu.github.io/Wiki/database/characters/lfg_data/ -- cgit