mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: show achievement description and point value in tooltip
Hovering an earned achievement now shows its point value (gold badge), description text from Achievement.dbc field 21, and the earn date. loadAchievementNameCache() also populates achievementDescCache_ and achievementPointsCache_ in a single DBC pass; Points field (39) added to the WotLK Achievement DBC layout.
This commit is contained in:
parent
bc0d98adae
commit
d44f5e6560
4 changed files with 44 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
|||
"ReputationBase0": 10, "ReputationBase1": 11,
|
||||
"ReputationBase2": 12, "ReputationBase3": 13
|
||||
},
|
||||
"Achievement": { "ID": 0, "Title": 4, "Description": 21 },
|
||||
"Achievement": { "ID": 0, "Title": 4, "Description": 21, "Points": 39 },
|
||||
"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