diff options
| author | QAston <none@none> | 2009-07-31 13:21:32 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-31 13:21:32 +0200 |
| commit | b212461f95aad264b608abfb88e66e0cf4ce511f (patch) | |
| tree | f97ca6171659153c6f045e71b33332e3ef1d178f /src/game/DBCStructure.h | |
| parent | 1f53433c6c4de01709410581ba644be7e6aaf6fe (diff) | |
| parent | 40f7c7243cae08cda7b129ac13d4768414753b4e (diff) | |
*Merge after backout.
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
| -rw-r--r-- | src/game/DBCStructure.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 910316881a4..a8b5d3ef177 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -84,11 +84,14 @@ struct AchievementCriteriaEntry } kill_creature; // ACHIEVEMENT_CRITERIA_TYPE_WIN_BG = 1 - // TODO: there are further criterias instead just winning struct { uint32 bgMapID; // 3 uint32 winCount; // 4 + uint32 additionalRequirement1_type; // 5 additional requirement 1 type + uint32 additionalRequirement1_value; // 6 additional requirement 1 value + uint32 additionalRequirement2_type; // 7 additional requirement 2 type + uint32 additionalRequirement2_value; // 8 additional requirement 1 value } win_bg; // ACHIEVEMENT_CRITERIA_TYPE_REACH_LEVEL = 5 |
