mirror of
https://github.com/correl/mage.git
synced 2025-03-16 17:00:13 -09: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) {
|
public GreatFurnace (UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 113;
|
this.cardNumber = 133;
|
||||||
this.expansionSetCode = "HOP";
|
this.expansionSetCode = "HOP";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue