* Goblin Snowman - Fixed set code and source file location.

This commit is contained in:
LevelX2 2015-10-04 20:41:59 +02:00
parent fca3582420
commit 3bb7de006a

View file

@ -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) {