Fix the card number of Relic Seeker

This commit is contained in:
LoneFox 2015-07-04 18:52:28 +03:00
parent aaef4b7caf
commit a027a4d190

View file

@ -54,7 +54,7 @@ public class RelicSeeker extends CardImpl {
}
public RelicSeeker(UUID ownerId) {
super(ownerId, 107, "Relic Seeker", Rarity.SPECIAL, new CardType[]{CardType.CREATURE}, "{1}{W}");
super(ownerId, 29, "Relic Seeker", Rarity.SPECIAL, new CardType[]{CardType.CREATURE}, "{1}{W}");
this.expansionSetCode = "ORI";
this.subtype.add("Human");
this.subtype.add("Soldier");