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