mirror of
https://github.com/correl/mage.git
synced 2025-04-10 17:00:08 -09:00
removed verify skip, fixed verify error
This commit is contained in:
parent
9231a1242a
commit
f17b8e4b86
2 changed files with 1 additions and 2 deletions
Mage.Sets/src/mage/sets
Mage.Verify/src/test/java/mage/verify
|
@ -15,7 +15,7 @@ public final class ForgottenRealmsCommander extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private ForgottenRealmsCommander() {
|
private ForgottenRealmsCommander() {
|
||||||
super("Adventures in the Forgotten Realms Commander", "AFC", ExpansionSet.buildDate(2021, 7, 23), SetType.SUPPLEMENTAL);
|
super("Forgotten Realms Commander", "AFC", ExpansionSet.buildDate(2021, 7, 23), SetType.SUPPLEMENTAL);
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,7 +87,6 @@ public class VerifyCardDataTest {
|
||||||
|
|
||||||
// power-toughness
|
// power-toughness
|
||||||
skipListCreate(SKIP_LIST_PT);
|
skipListCreate(SKIP_LIST_PT);
|
||||||
skipListAddName(SKIP_LIST_PT, "AFR", "Dire Wolf Prowler"); // TODO: delete after AFR release
|
|
||||||
|
|
||||||
// color
|
// color
|
||||||
skipListCreate(SKIP_LIST_COLOR);
|
skipListCreate(SKIP_LIST_COLOR);
|
||||||
|
|
Loading…
Add table
Reference in a new issue