Skip to content

Commit

Permalink
Shivan Dragon - fixed wrong card name in J21 set (#13138)
Browse files Browse the repository at this point in the history
  • Loading branch information
taw authored Dec 14, 2024
1 parent ea0b091 commit d3be2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/JumpstartHistoricHorizons.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private JumpstartHistoricHorizons() {
cards.add(new SetCardInfo("Servant of the Scale", 635, Rarity.COMMON, mage.cards.s.ServantOfTheScale.class));
cards.add(new SetCardInfo("Shambleshark", 714, Rarity.COMMON, mage.cards.s.Shambleshark.class));
cards.add(new SetCardInfo("Shelter", 133, Rarity.COMMON, mage.cards.s.Shelter.class));
cards.add(new SetCardInfo("Shivan Drgaon", 788, Rarity.RARE, mage.cards.s.ShivanDragon.class));
cards.add(new SetCardInfo("Shivan Dragon", 788, Rarity.RARE, mage.cards.s.ShivanDragon.class));
cards.add(new SetCardInfo("Shiv's Embrace", 511, Rarity.UNCOMMON, mage.cards.s.ShivsEmbrace.class));
cards.add(new SetCardInfo("Shoreline Scout", 12, Rarity.UNCOMMON, mage.cards.s.ShorelineScout.class));
cards.add(new SetCardInfo("Sinister Starfish", 383, Rarity.COMMON, mage.cards.s.SinisterStarfish.class));
Expand Down

0 comments on commit d3be2f1

Please sign in to comment.