Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiera3 authored Jan 5, 2025
1 parent cec3fb6 commit d88e9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/Foundations.java
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ private static final RarityConfiguration commonRuns(int runLength) {
} else if (RandomUtil.nextInt(35460) < 17057) {
return commonRuns8A;
} else {
return commonRunsBC;
return commonRuns8BC;
}
}

Expand Down

0 comments on commit d88e9f8

Please sign in to comment.