Fixed criteria updating on exploration
This commit is contained in:
parent
32fe67d32c
commit
64fa231ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -6929,7 +6929,7 @@ void Player::CheckAreaExploreAndOutdoor()
|
|||
{
|
||||
SetUInt32Value(PLAYER_EXPLORED_ZONES_1 + offset, (uint32)(currFields | val));
|
||||
|
||||
UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_EXPLORE_AREA, GetAreaId());
|
||||
UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_EXPLORE_AREA, areaId);
|
||||
|
||||
if (areaEntry->area_level > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue