* Backed out changeset ddd823e3e200

* hg commit <filename> isn't enough to push one file
* also need hg push <filename>

--HG--
branch : trunk
This commit is contained in:
Brian
2010-03-14 16:35:38 -06:00
parent ace353d088
commit 920137f1ba

View File

@@ -7727,8 +7727,8 @@ bool PlayerCondition::Meets(Player const * player) const
}
case CONDITION_ACHIEVEMENT:
{
AchievementEntry const* achievement = GetAchievementStore()->LookupEntry(value1);
return player->GetAchievementMgr().IsCompletedAchievement(value1);
AchievementEntry const* achievement = GetAchievementStore()->LookupEntry(value1);
return (achievement,1);
}
case CONDITION_TEAM:
return player->GetTeam() == value1;