Add Meandering River to Dominaria set

https://scryfall.com/card/dom/274
This commit is contained in:
Michael Simons 2018-04-03 23:00:53 -04:00 committed by GitHub
parent 19f57937a5
commit 91a6a822a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,5 +68,6 @@ public class Dominaria extends ExpansionSet {
cards.add(new SetCardInfo("Cast Down", 81, Rarity.UNCOMMON, mage.cards.c.CastDown.class));
cards.add(new SetCardInfo("Llanowar Elves", 168, Rarity.COMMON, mage.cards.l.LlanowarElves.class));
cards.add(new SetCardInfo("Icy Manipulator", 219, Rarity.UNCOMMON, mage.cards.i.IcyManipulator.class));
cards.add(new SetCardInfo("Meandering River", 274, Rarity.COMMON, mage.cards.m.MeanderingRiver.class));
}
}