Fix a couple of incorrect set codes

This commit is contained in:
LoneFox 2015-10-13 08:03:56 +03:00 committed by AlumiuN
parent b902a099a1
commit 769f61aa05
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ public class Hostility extends mage.sets.jacevschandra.Hostility {
public Hostility(UUID ownerId) {
super(ownerId);
this.cardNumber = 48;
this.expansionSetCode = "DD3";
this.expansionSetCode = "DD3D";
}
public Hostility(final Hostility card) {

View file

@ -38,7 +38,7 @@ public class Ophidian extends mage.sets.vintagemasters.Ophidian {
public Ophidian(UUID ownerId) {
super(ownerId);
this.cardNumber = 9;
this.expansionSetCode = "DD3";
this.expansionSetCode = "DD3D";
}
public Ophidian(final Ophidian card) {