Skip to content

Commit

Permalink
fix verify failure
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Feb 24, 2024
1 parent 6e8c667 commit 13cfb53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage/src/main/java/mage/cards/decks/CardNameUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static String normalizeCardName(String name) {
.replace("ö", "o")
.replace("û", "u")
.replace("í", "i")
.replace("ï", "i")
.replace("â", "a")
.replace("á", "a")
.replace("à", "a")
Expand Down

0 comments on commit 13cfb53

Please sign in to comment.