Fixed code warning: Octal integer literals in XMage sets.

This commit is contained in:
Thomas Hess 2020-03-25 10:38:47 +01:00
parent 80fc546314
commit e7347ff7f2
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
3 changed files with 3 additions and 3 deletions

View file

@ -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;