Mercurial > mm7
diff Actor.cpp @ 1529:61458df2cb4f
bountyHunting fix
author | Ritor1 |
---|---|
date | Fri, 06 Sep 2013 16:42:23 +0600 |
parents | 4c787c28ddce |
children | c4ab816fcc5e cdb7fafede0c |
line wrap: on
line diff
--- a/Actor.cpp Thu Sep 05 18:05:50 2013 +0600 +++ b/Actor.cpp Fri Sep 06 16:42:23 2013 +0600 @@ -2985,8 +2985,8 @@ actor->UpdateAnimation(); for (uint i = 0; i < 5; ++i) - if (pParty->field_750[i] == actor->pMonsterInfo.uID) - pParty->field_75A[i] = true; + if (pParty->monster_id_for_hunting[i] == actor->pMonsterInfo.uID) + pParty->monster_for_hunting_killed[i] = true; for (uint i = 0; i < 22; ++i) actor->pActorBuffs[i].Reset();