summaryrefslogtreecommitdiff
path: root/docs/access_requirement.md
blob: e2b91b8a83c6d227d617af48513e204daec0dd62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Database Structure](Database Structure) > [World-Database](World-Database) > [access_requirement](access_requirement)

Column | Type | Description
--- | --- | ---
MapId | mediumint(8) unsigned | 
Difficulty | tinyint(3) unsigned | 
Level_min | tinyint(3) unsigned | 
Level_max | tinyint(3) unsigned | 
Item_level | smallint(5) unsigned | 
Item | mediumint(8) unsigned | 
Item2 | mediumint(8) unsigned | 
Quest_done_A | mediumint(8) unsigned | 
Quest_done_H | mediumint(8) unsigned | 
Completed_achievement | mediumint(8) unsigned | 
Quest_failed_text | text | 
Comment | text |