mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Added missing rarity for EMA Winter Orb
This commit is contained in:
parent
6330a3a344
commit
a2e2ed2a40
1 changed files with 3 additions and 2 deletions
|
@ -27,9 +27,10 @@
|
|||
*/
|
||||
package mage.sets.eternalmasters;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.Rarity;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
|
@ -40,7 +41,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…
Reference in a new issue