diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java
index 0255bf96c..186dd67d5 100644
--- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java
+++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java
@@ -23,6 +23,16 @@ import java.util.Collections;
import java.util.List;
import java.util.Map;
+/**
+ * Set: Shadows
+ * Side: Shadow
+ * Culture: Wraith
+ * Twilight Cost: 0
+ * Type: Condition • Support Area
+ * Game Text: Maneuver: Remove (5) to make this condition a fierce [WRAITH] minion until the start of the regroup phase
+ * that has 10 strength and 3 vitality, and cannot bear other cards. This card is still a condition. At the start of the
+ * regroup phase, remove all tokens from here.
+ */
public class Card11_216 extends AbstractPermanent {
public Card11_216() {
super(Side.SHADOW, 0, CardType.CONDITION, Culture.WRAITH, Zone.SUPPORT, "A Shadow Rises");
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
index 26cae5c44..56af8362c 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
@@ -130,7 +130,7 @@
$(document).ready(
function() {
- $("#latestNews").append("Sets 01-11 are available to play. "
+ $("#latestNews").append("Sets 01-12 are available to play. "
+ "If you find any problems with specific card or rules in general, please report it at the TLHH forums.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);