[THS] Corrected two card numbers. Updated card repository version number.

This commit is contained in:
LevelX2 2013-09-18 19:23:35 +02:00
parent aae4b019f6
commit 31847c4d40
4 changed files with 234 additions and 234 deletions

View file

@ -50,7 +50,7 @@ public class DarkBetrayal extends CardImpl<DarkBetrayal> {
}
public DarkBetrayal(UUID ownerId) {
super(ownerId, 84, "Dark Betrayal", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{B}");
super(ownerId, 83, "Dark Betrayal", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{B}");
this.expansionSetCode = "THS";
this.color.setBlack(true);

View file

@ -60,7 +60,7 @@ public class HuntTheHunter extends CardImpl<HuntTheHunter> {
}
public HuntTheHunter(UUID ownerId) {
super(ownerId, 157, "Hunt the Hunter", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{G}");
super(ownerId, 159, "Hunt the Hunter", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{G}");
this.expansionSetCode = "THS";
this.color.setGreen(true);