* Moat - Fixed the collectors card number (was 12 instead of 197).

This commit is contained in:
LevelX2 2014-08-29 15:08:30 +02:00
parent 2dc7bbaf08
commit 56917609be

View file

@ -53,7 +53,7 @@ public class Moat extends CardImpl {
}
public Moat(UUID ownerId) {
super(ownerId, 12, "Moat", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}{W}");
super(ownerId, 197, "Moat", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}{W}");
this.expansionSetCode = "LEG";
this.color.setWhite(true);