Core: Fix the achievement-command to use the new functionname.

This commit is contained in:
click
2011-07-02 02:57:46 +02:00
parent 246979fa6c
commit b7ed8b7c66
@@ -68,7 +68,7 @@ public:
}
if (AchievementEntry const* pAE = GetAchievementStore()->LookupEntry(achievementId))
target->CompletedAchievement(pAE, true);
target->CompletedAchievement(pAE);
return true;
}