forked from External/mage
deck: fixed outdated names for some old sets
This commit is contained in:
parent
7bfb0d2dec
commit
da3f540a9b
19 changed files with 2060 additions and 2059 deletions
|
|
@ -904,6 +904,7 @@ public class VerifyCardDataTest {
|
|||
String needClassName = Arrays.stream(
|
||||
set.getName()
|
||||
.replaceAll("&", "And")
|
||||
.replaceAll("30th", "Thirtieth")
|
||||
.replace("-", " ")
|
||||
.replaceAll("[.+-/:\"']", "")
|
||||
.split(" ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue