From 769f61aa05bdbd79b62fec49e6daae0ac4da63d5 Mon Sep 17 00:00:00 2001 From: LoneFox Date: Tue, 13 Oct 2015 08:03:56 +0300 Subject: [PATCH] Fix a couple of incorrect set codes --- Mage.Sets/src/mage/sets/anthologyjacevschandra/Hostility.java | 2 +- Mage.Sets/src/mage/sets/anthologyjacevschandra/Ophidian.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/anthologyjacevschandra/Hostility.java b/Mage.Sets/src/mage/sets/anthologyjacevschandra/Hostility.java index 3c8621e98e7..4769a6c8b3b 100644 --- a/Mage.Sets/src/mage/sets/anthologyjacevschandra/Hostility.java +++ b/Mage.Sets/src/mage/sets/anthologyjacevschandra/Hostility.java @@ -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) { diff --git a/Mage.Sets/src/mage/sets/anthologyjacevschandra/Ophidian.java b/Mage.Sets/src/mage/sets/anthologyjacevschandra/Ophidian.java index 3816fda1c85..bf513964994 100644 --- a/Mage.Sets/src/mage/sets/anthologyjacevschandra/Ophidian.java +++ b/Mage.Sets/src/mage/sets/anthologyjacevschandra/Ophidian.java @@ -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) {