From 3a68cf99a43e33d348fbd4a147a0cb51c96ac21e Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 2 Aug 2013 15:26:50 +0200 Subject: [PATCH] * Traumatize [M14] - Fixed wrong rarity (was Mythic instead of rare). --- Mage.Sets/src/mage/sets/magic2014/Traumatize.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/magic2014/Traumatize.java b/Mage.Sets/src/mage/sets/magic2014/Traumatize.java index a12eebc481..8e342d20d1 100644 --- a/Mage.Sets/src/mage/sets/magic2014/Traumatize.java +++ b/Mage.Sets/src/mage/sets/magic2014/Traumatize.java @@ -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) {