Core: Fix the achievement-command to use the new functionname.
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
}
|
||||
|
||||
if (AchievementEntry const* pAE = GetAchievementStore()->LookupEntry(achievementId))
|
||||
target->CompletedAchievement(pAE, true);
|
||||
target->CompletedAchievement(pAE);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user