The `lfg_dungeon_rewards` table
table-no-description|0
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| dungeonId | INT | UNSIGNED | PRI | NO | 0 | Dungeon entry from dbc | |
| maxlevel | TINYINT | UNSIGNED | PRI | NO | 0 | Max level at which this reward is rewarded | |
| firstQuestId | INT | UNSIGNED | NO | 0 | Quest id with rewards for first dungeon this day | ||
| otherQuestId | INT | UNSIGNED | NO | 0 | Quest id with rewards for Nth dungeon this day |
Description of the fields
Dungeon ID from LFGDungeons.dbc
Max level at which this reward is rewarded
Quest_template.id with rewards for first dungeon this day.
Quest_template.id with rewards for Nth dungeon this day