Back to 'item_template_locale' Return to world Go to 'lfg_dungeon_template'
| 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 |
references LfgDungeons ID
Max level at which this reward is rewarded.
quest_template.ID with rewards for the first dungeon this day.
quest_template.ID with rewards for subsequent dungeons this day.
Back to 'item_template_locale' Return to world Go to 'lfg_dungeon_template'