fix card number

This commit is contained in:
Loki 2011-05-26 21:04:47 +03:00
parent 1fa084fad0
commit 16b7ebcf30

View file

@ -41,7 +41,7 @@ public class GreatFurnace extends mage.sets.mirrodin.GreatFurnace {
public GreatFurnace (UUID ownerId) {
super(ownerId);
this.cardNumber = 113;
this.cardNumber = 133;
this.expansionSetCode = "HOP";
}