mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
fix verify failure, remove skips
This commit is contained in:
parent
f0307394e3
commit
e9ca4ebb74
2 changed files with 2 additions and 3 deletions
|
|
@ -32,7 +32,8 @@ public class CardNameUtil {
|
|||
.replace("ü", "u")
|
||||
.replace("É", "E")
|
||||
.replace("ñ", "n")
|
||||
.replace("®", "");
|
||||
.replace("®", "")
|
||||
.replace("—", "");
|
||||
}
|
||||
|
||||
private CardNameUtil() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue