mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: show criteria description and progress in achievement window
The Criteria tab now loads AchievementCriteria.dbc to display each criterion's description text, parent achievement name, and a current/required progress counter (e.g. "25/100") instead of the raw numeric IDs. The search filter now also matches by achievement name. AchievementCriteria DBC layout added to wotlk/dbc_layouts.json.
This commit is contained in:
parent
d44f5e6560
commit
8921c2ddf4
2 changed files with 84 additions and 9 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"ReputationBase2": 12, "ReputationBase3": 13
|
||||
},
|
||||
"Achievement": { "ID": 0, "Title": 4, "Description": 21, "Points": 39 },
|
||||
"AchievementCriteria": { "ID": 0, "AchievementID": 1, "Quantity": 4, "Description": 9 },
|
||||
"AreaTable": { "ID": 0, "MapID": 1, "ParentAreaNum": 2, "ExploreFlag": 3 },
|
||||
"CreatureDisplayInfoExtra": {
|
||||
"ID": 0, "RaceID": 1, "SexID": 2, "SkinID": 3, "FaceID": 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue