diff options
Diffstat (limited to 'src/game/DBCStructure.h')
-rw-r--r-- | src/game/DBCStructure.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 782982b3d03..ec62a460701 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -55,8 +55,8 @@ struct AchievementEntry //uint32 icon; // 42 icon (from SpellIcon.dbc) //char *titleReward[16]; // 43-58 //uint32 titleReward_flags; // 59 - //uint32 count; // 60 - need this count Criteria for complete - uint32 refAchievement; // 61 - related achievement? + uint32 count; // 60 - need this count of completed criterias (own or referenced achievement criterias) + uint32 refAchievement; // 61 - referenced achievement (counting of all completed criterias) }; struct AchievementCategoryEntry |