mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify failure
This commit is contained in:
parent
c7a57b0f60
commit
bbe09d34f2
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public class CardNameUtil {
|
||||||
.replace("ü", "u")
|
.replace("ü", "u")
|
||||||
.replace("É", "E")
|
.replace("É", "E")
|
||||||
.replace("ñ", "n")
|
.replace("ñ", "n")
|
||||||
|
.replace("꞉", "")
|
||||||
.replace("®", "")
|
.replace("®", "")
|
||||||
.replace("—", "");
|
.replace("—", "");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue