Minor fix to 5R18 Fury of the White Rider

Previously, it was titled "Fury of the White Raider"
This commit is contained in:
PhallenCassidy
2017-07-30 13:08:52 -04:00
committed by GitHub
parent 43422e6cdf
commit 14cddd4aa6

View File

@@ -20,7 +20,7 @@ import com.gempukku.lotro.logic.effects.ChooseAndWoundCharactersEffect;
*/
public class Card5_018 extends AbstractEvent {
public Card5_018() {
super(Side.FREE_PEOPLE, 3, Culture.GANDALF, "Fury of the White Raider", Phase.MANEUVER);
super(Side.FREE_PEOPLE, 3, Culture.GANDALF, "Fury of the White Rider", Phase.MANEUVER);
addKeyword(Keyword.SPELL);
}