Skip to content

Commit

Permalink
* Goblin Snowman - Fixed set code and source file location.
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelX2 committed Oct 4, 2015
1 parent fca3582 commit 3bb7de0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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) {
Expand Down

0 comments on commit 3bb7de0

Please sign in to comment.