diff options
| author | megamage <none@none> | 2009-04-11 23:13:00 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-11 23:13:00 -0500 |
| commit | 6703cabbfb6554c13a2d7bcb2689c6da65f3764d (patch) | |
| tree | b080f83e98e652a8686f3ecdcea9eb2cdf217005 /src/game/DBCStructure.h | |
| parent | 3d1f17dd5177c5a87bf3aa4d23263449297dbc5a (diff) | |
[7653] Implement ACHIEVEMENT_CRITERIA_TYPE_COMPLETE_QUESTS_IN_ZONE Author: Trazom
Correct complete if ACHIEVEMENT_FLAG_SUMM set
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
| -rw-r--r-- | src/game/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index c46de44bf1f..7d3dea72ccf 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -479,7 +479,7 @@ struct AchievementCriteriaEntry struct { uint32 field3; // 3 main requirement - uint32 field4; // 4 main requirement count + uint32 count; // 4 main requirement count uint32 additionalRequirement1_type; // 5 additional requirement 1 type uint32 additionalRequirement1_value; // 6 additional requirement 1 value uint32 additionalRequirement2_type; // 7 additional requirement 2 type |
