blob: b8c05c1104f2582275cb73e56db142362a3a9c8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [achievement_dbc](achievement_dbc)
Column | Type | Description
--- | --- | ---
ID | int(10) unsigned |
RequiredFaction | int(11) |
MapID | int(11) |
Points | int(10) unsigned |
Flags | int(10) unsigned |
Count | int(10) unsigned |
RefAchievement | int(10) unsigned |
|