From d3710b6c760999c0a26a9c127f35c26321ac8a27 Mon Sep 17 00:00:00 2001 From: marcins78 Date: Tue, 19 Mar 2013 11:08:51 +0000 Subject: [PATCH] 20_307 --- .../gemp-lotr-async/src/main/web/js/gemp-019/set20.js | 2 +- .../gempukku/lotro/cards/set20/wraith/Card20_307.java | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js index e06a2b19e..3cd6838d7 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/set20.js @@ -305,7 +305,7 @@ var set20 = { '20_304': 'http://lotrtcg.org/coreset/ringwraith/ulaireatteafkom.png', '20_305': 'http://lotrtcg.org/coreset/ringwraith/ulairecanteamp.png', '20_306': 'http://lotrtcg.org/coreset/ringwraith/ulaireenqueama.png', - '20_307': 'http://lotrtcg.org/coreset/ringwraith/ulairelemenyats.png', + '20_307': 'http://lotrtcg.org/coreset/ringwraith/ulairelemenyats(r1).jpg', '20_308': 'http://lotrtcg.org/coreset/ringwraith/ulairenelyadttr.png', '20_309': 'http://lotrtcg.org/coreset/ringwraith/ulairenerteatf.png', '20_310': 'http://lotrtcg.org/coreset/ringwraith/ulaireotseatm.png', diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_307.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_307.java index 6db230ee5..d71f76a6e 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_307.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/wraith/Card20_307.java @@ -16,13 +16,15 @@ import java.util.List; /** * 4 * •Ulaire Lemenya, Twilight Spectre - * Ringwraith Minion • Nazgul - * 9 3 3 - * Twilight. Regroup: Remove a burden to discard a Free Peoples condition + * Minion • Nazgul + * 9 2 3 + * Twilight. + * Regroup: Remove a burden to discard a Free Peoples condition + * http://lotrtcg.org/coreset/ringwraith/ulairelemenyats(r1).jpg */ public class Card20_307 extends AbstractMinion { public Card20_307() { - super(4, 9, 3, 3, Race.NAZGUL, Culture.WRAITH, Names.lemenya, "Twilight Spectre", true); + super(4, 9, 2, 3, Race.NAZGUL, Culture.WRAITH, Names.lemenya, "Twilight Spectre", true); addKeyword(Keyword.TWILIGHT); }