Minor fix to 13C24 Spring Forth Nimbly

Previously, it was titled "Sprang Forth Nimbly"
This commit is contained in:
PhallenCassidy
2017-09-28 13:01:38 -04:00
committed by GitHub
parent 4a573606c7
commit e31e32c8d4

View File

@@ -19,7 +19,7 @@ import com.gempukku.lotro.game.state.LotroGame;
*/
public class Card13_024 extends AbstractEvent {
public Card13_024() {
super(Side.FREE_PEOPLE, 2, Culture.ELVEN, "Sprang Forth Nimbly", Phase.SKIRMISH);
super(Side.FREE_PEOPLE, 2, Culture.ELVEN, "Spring Forth Nimbly", Phase.SKIRMISH);
}
@Override