[ORI] Cruel Revival - Fixed wrong rarity.

This commit is contained in:
LevelX2 2015-07-05 23:24:03 +02:00
parent 98993b593e
commit 22dd2ffecc

View file

@ -28,6 +28,7 @@
package mage.sets.magicorigins;
import java.util.UUID;
import mage.constants.Rarity;
/**
*
@ -37,6 +38,7 @@ public class CruelRevival extends mage.sets.onslaught.CruelRevival {
public CruelRevival(UUID ownerId) {
super(ownerId);
this.rarity = Rarity.UNCOMMON;
this.cardNumber = 88;
this.expansionSetCode = "ORI";
}