The `dungeon_access_template` table
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | TINYINT | UNSIGNED | PRI | NO | AUTO_INCREMENT | ||
| map_id | MEDIUMINT | UNSIGNED | KEY | NO | FK_dungeon_access_template__instance_template | ||
| difficulty | TINYINT | UNSIGNED | NO | 0 | |||
| min_level | TINYINT | UNSIGNED | YES | NULL | |||
| max_level | TINYINT | UNSIGNED | YES | NULL | |||
| min_avg_item_level | SMALLINT | UNSIGNED | YES | NULL | |||
| comment | VARCHAR(255) | YES | NULL |
Description of the fields
The dungeon template ID
Map ID from instance_template.map.
The minimum level you must be to enter the instance.
The maximum level you can be to enter the instance.
Min average ilvl required to enter the instance.
Note: this requirement only applies to the Dungeon Finder and the Raid Browser, not to a dungeon/raid portal (and it's blizzlike). This also means a guild could try to clear a raid while being undergeared :)