diff --git a/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java b/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java index b3f68411e61..d6c22bc413c 100644 --- a/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java +++ b/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java @@ -95,7 +95,7 @@ class ApproachOfTheSecondSunEffect extends OneShotEffect { if (isOnBottom) { game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " on the bottom of his or her library."); } else { - game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " into his or her library 6th from the top."); + game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " into his or her library 7th from the top."); } } }