Skip to content

Commit 2a7d527

Browse files
authored
Fix name [DA1] More of That Strange Oil... (#13183)
1 parent 7f7a6d6 commit 2a7d527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mage.Sets/src/mage/sets/UnknownEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ private UnknownEvent() {
2121
this.hasBasicLands = false;
2222
this.hasBoosters = false;
2323

24-
cards.add(new SetCardInfo("More of That Strange Oil", "CU13", Rarity.COMMON, mage.cards.m.MoreOfThatStrangeOil.class));
24+
cards.add(new SetCardInfo("More of That Strange Oil...", "CU13", Rarity.COMMON, mage.cards.m.MoreOfThatStrangeOil.class));
2525
}
2626
}

0 commit comments

Comments
 (0)