* Traumatize [M14] - Fixed wrong rarity (was Mythic instead of rare).

This commit is contained in:
LevelX2 2013-08-02 15:26:50 +02:00
parent 47c3ddfc71
commit 3a68cf99a4

View file

@ -28,7 +28,6 @@
package mage.sets.magic2014;
import java.util.UUID;
import mage.constants.Rarity;
/**
*
@ -40,7 +39,6 @@ public class Traumatize extends mage.sets.tenth.Traumatize {
super(ownerId);
this.cardNumber = 77;
this.expansionSetCode = "M14";
this.rarity = Rarity.MYTHIC;
}
public Traumatize(final Traumatize card) {