Minor fix to 15C130 Horseman of the North

Previously, he was titled "Horesman of the North"
This commit is contained in:
PhallenCassidy
2017-07-07 08:49:37 -04:00
committed by GitHub
parent 56594e20ad
commit 2019a381b8

View File

@@ -28,7 +28,7 @@ import com.gempukku.lotro.logic.modifiers.StrengthModifier;
*/
public class Card15_130 extends AbstractCompanion {
public Card15_130() {
super(3, 5, 3, 6, Culture.ROHAN, Race.MAN, null, "Horesman of the North");
super(3, 5, 3, 6, Culture.ROHAN, Race.MAN, null, "Horseman of the North");
}
@Override