From 3bb7de006a6b3d4fed23c85d8e8946071df635bf Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 4 Oct 2015 20:41:59 +0200 Subject: [PATCH] * Goblin Snowman - Fixed set code and source file location. --- .../mage/sets/{timespiral => timeshifted}/GoblinSnowman.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Mage.Sets/src/mage/sets/{timespiral => timeshifted}/GoblinSnowman.java (94%) diff --git a/Mage.Sets/src/mage/sets/timespiral/GoblinSnowman.java b/Mage.Sets/src/mage/sets/timeshifted/GoblinSnowman.java similarity index 94% rename from Mage.Sets/src/mage/sets/timespiral/GoblinSnowman.java rename to Mage.Sets/src/mage/sets/timeshifted/GoblinSnowman.java index ef7ca062566..bb2b7516b7e 100644 --- a/Mage.Sets/src/mage/sets/timespiral/GoblinSnowman.java +++ b/Mage.Sets/src/mage/sets/timeshifted/GoblinSnowman.java @@ -25,7 +25,7 @@ * authors and should not be interpreted as representing official policies, either expressed * or implied, of BetaSteward_at_googlemail.com. */ -package mage.sets.timespiral; +package mage.sets.timeshifted; import java.util.UUID; @@ -38,7 +38,7 @@ public class GoblinSnowman extends mage.sets.iceage.GoblinSnowman { public GoblinSnowman(UUID ownerId) { super(ownerId); this.cardNumber = 64; - this.expansionSetCode = "ICE"; + this.expansionSetCode = "TSB"; } public GoblinSnowman(final GoblinSnowman card) {