forked from External/mage
[EMA] Added missing rarity for Winter Orb.
This commit is contained in:
parent
6330a3a344
commit
5738a705a4
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class WinterOrb extends mage.sets.limitedalpha.WinterOrb {
|
|||
super(ownerId);
|
||||
this.cardNumber = 234;
|
||||
this.expansionSetCode = "EMA";
|
||||
this.rarity = Rarity.;
|
||||
this.rarity = Rarity.RARE;
|
||||
}
|
||||
|
||||
public WinterOrb(final WinterOrb card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue