forked from External/mage
Fix a couple of incorrect set codes
This commit is contained in:
parent
b902a099a1
commit
769f61aa05
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue