mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Fixed missing rates for some cards
This commit is contained in:
parent
4d51d379fe
commit
3c727eb06b
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ public final class RateCard {
|
|||
if (s.length == 2) {
|
||||
Integer rating = Integer.parseInt(s[1].trim());
|
||||
String name = s[0].trim();
|
||||
name = name.replace("’", "'");
|
||||
if (rating > max) {
|
||||
max = rating;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue