diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java
index 7d6bd8479..efc33da9b 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java
+++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set7/wraith/Card7_218.java
@@ -55,11 +55,11 @@ public class Card7_218 extends AbstractMinion {
new ChooseAndReturnCardsToHandEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, Filters.unboundCompanion) {
@Override
public String getText(LotroGame game) {
- return "Return an unbound companion to his or her hand";
+ return "Return an unbound companion to your hand";
}
});
action.appendEffect(
- new ChoiceEffect(action, playerId, possibleEffects));
+ new ChoiceEffect(action, game.getGameState().getCurrentPlayerId(), possibleEffects));
return Collections.singletonList(action);
}
return null;
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 5770a66ea..484a9adbb 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
@@ -2,6 +2,7 @@
23 May 2012
- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.
- "New Strength Came Now" now allows to add Strength only to a RAIDER Man.
+- "Úlairë Otsëa, Black-Mantled Wraith" now gives the option of choice to the FP player, rather than Shadow player.
22 May 2012
- "A Dragon's Tale" now makes shadow player exert one of his/her minions.