mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Rareity Fix
Fixed incorrect rareity assigned to CoP: Artifacts in Fifth Dawn from Common to Uncommon
This commit is contained in:
parent
493a43cf93
commit
17705ea302
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class FifthDawn extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Cackling Imp", 44, Rarity.COMMON, mage.cards.c.CacklingImp.class));
|
||||
cards.add(new SetCardInfo("Channel the Suns", 84, Rarity.UNCOMMON, mage.cards.c.ChannelTheSuns.class));
|
||||
cards.add(new SetCardInfo("Chimeric Coils", 108, Rarity.UNCOMMON, mage.cards.c.ChimericCoils.class));
|
||||
cards.add(new SetCardInfo("Circle of Protection: Artifacts", 8, Rarity.COMMON, mage.cards.c.CircleOfProtectionArtifacts.class));
|
||||
cards.add(new SetCardInfo("Circle of Protection: Artifacts", 8, Rarity.UNCOMMON, mage.cards.c.CircleOfProtectionArtifacts.class));
|
||||
cards.add(new SetCardInfo("Clearwater Goblet", 109, Rarity.RARE, mage.cards.c.ClearwaterGoblet.class));
|
||||
cards.add(new SetCardInfo("Clock of Omens", 110, Rarity.UNCOMMON, mage.cards.c.ClockOfOmens.class));
|
||||
cards.add(new SetCardInfo("Composite Golem", 111, Rarity.UNCOMMON, mage.cards.c.CompositeGolem.class));
|
||||
|
|
Loading…
Reference in a new issue