forked from External/mage
Fixed code warning: Octal integer literals in XMage sets.
This commit is contained in:
parent
80fc546314
commit
e7347ff7f2
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ public final class Anthologies extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Anthologies() {
|
||||
super("Anthologies", "ATH", ExpansionSet.buildDate(1998, 11, 01), SetType.SUPPLEMENTAL);
|
||||
super("Anthologies", "ATH", ExpansionSet.buildDate(1998, 11, 1), SetType.SUPPLEMENTAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue