mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
fix card number
This commit is contained in:
parent
1fa084fad0
commit
16b7ebcf30
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue