Skip to content

Commit

Permalink
Fix Kill Blordroughs achievement test so all achievements are included
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Oct 10, 2023
1 parent b08942c commit 10b9d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void testNPC() {
private void testAchievement() {
assertNull(player.getQuest(QUEST_SLOT));

for (int idx = 0; idx < COUNT_SOLDIER; idx++) {
for (int idx = 0; idx < COUNT_DICTATOR; idx++) {
completeQuest();

if (idx >= COUNT_LACKEY - 1) {
Expand Down

0 comments on commit 10b9d4a

Please sign in to comment.