blob: 5207435397129378fcda15884659ffbf63ae8fb7 (
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
|
# lfg\_dungeon\_encounters
[<-Back-to:World](database-world.md)
**The \`lfg\_dungeon\_encounters\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|--------------------|---------|------------|-----|------|---------|-------|-------------------------------------------|
| [achievementId][1] | INT | UNSIGNED | PRI | NO | 0 | | Achievement marking final boss completion |
| [dungeonId][2] | INT | UNSIGNED | | NO | 0 | | Dungeon entry from dbc |
[1]: #achievementid
[2]: #dungeonid
**Description of the fields**
### achievementId
Don't know, but surely taken from [Achievement.dbc](Achievement)
### dungeonId
Dungeon ID from LFGDungeons.dbc
|