mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Traumatize [M14] - Fixed wrong rarity (was Mythic instead of rare).
This commit is contained in:
parent
47c3ddfc71
commit
3a68cf99a4
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue