diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_062.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_062.java index ebcfb0e9e..30d5a58c9 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_062.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/gollum/Card7_062.java @@ -3,7 +3,7 @@ package com.gempukku.lotro.cards.set7.gollum; import com.gempukku.lotro.cards.AbstractPermanent; import com.gempukku.lotro.cards.PlayConditions; import com.gempukku.lotro.cards.effects.DiscardTopCardFromDeckEffect; -import com.gempukku.lotro.cards.effects.PutCardFromDeckIntoHandOrDiscardEffect; +import com.gempukku.lotro.cards.effects.PutCardFromDiscardIntoHandEffect; import com.gempukku.lotro.cards.effects.RemoveTwilightEffect; import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect; import com.gempukku.lotro.common.*; @@ -48,7 +48,7 @@ public class Card7_062 extends AbstractPermanent { final Culture culture = card.getBlueprint().getCulture(); if (culture == Culture.GOLLUM || culture == Culture.WRAITH) action.appendEffect( - new PutCardFromDeckIntoHandOrDiscardEffect(card)); + new PutCardFromDiscardIntoHandEffect(card)); } } }); diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 69e60e22e..8435ddda6 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -3,6 +3,7 @@ - "Arrow From the South" - trying to fix it. Maybe this time it will be right. - "Saved From the Fire" now allows to take only cards of the companions chosen culture into hand from deck and only one at a time (because of the Rule of 4 rule). +- "It's Mine" should now correctly return the card from discard to hand if it's WRAITH of GOLLUM culture. 23 Nov. 2011 - "Jarnsmid" now modifies the twilight cost of the itmes by -1, rather than +1.