forked from External/mage
Fixed Searing Blaze collection id
This commit is contained in:
parent
3093a31b4e
commit
3cd2500e69
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import java.util.UUID;
|
|||
public class SearingBlaze extends mage.sets.worldwake.SearingBlaze {
|
||||
public SearingBlaze(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 52;
|
||||
this.cardNumber = 53;
|
||||
this.expansionSetCode = "MPR";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue