mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
* Goblin Snowman - Fixed set code and source file location.
This commit is contained in:
parent
fca3582420
commit
3bb7de006a
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
Loading…
Reference in a new issue