Fixed Searing Blaze collection id

This commit is contained in:
magenoxx 2012-05-22 09:46:53 +04:00
parent 3093a31b4e
commit 3cd2500e69

View file

@ -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";
}