目录

dungeon_access_template 表


<-返回:World 数据库

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
idTINYINTUNSIGNEDPRINO AUTO_INCREMENT
map_idMEDIUMINTUNSIGNEDKEYNO FK_dungeon_access_template__instance_template
difficultyTINYINTUNSIGNED NO0
min_levelTINYINTUNSIGNED YESNULL
max_levelTINYINTUNSIGNED YESNULL
min_avg_item_levelSMALLINTUNSIGNED YESNULL
commentVARCHAR(255) YESNULL

字段说明


id

The dungeon template ID

map_id

Map ID from instance_template.map.

difficulty

min_level

The minimum level you must be to enter the instance.

max_level

The maximum level you can be to enter the instance.

min_avg_item_level

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 :)

comment