mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
fix verify
This commit is contained in:
parent
2286dd2bbd
commit
89189b4d3b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
|
|
@ -17,7 +16,7 @@ public final class UnknownEvent extends ExpansionSet {
|
|||
}
|
||||
|
||||
private UnknownEvent() {
|
||||
super("Unknown Event", "DA1", ExpansionSet.buildDate(2023, 2, 15), SetType.JOKE_SET);
|
||||
super("Unknown Event", "UNK", ExpansionSet.buildDate(2023, 2, 15), SetType.JOKE_SET);
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue