blob: 9e5766fa67a656d05a1e49fa7b575fa29d62e1c9 (
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 |
|