Corrected typo in 8R33 "Elessar's Edict"

Previously, it was called "Ellesar's Edict"
This commit is contained in:
PhallenCassidy
2018-12-11 13:24:06 -05:00
committed by GitHub
parent 4e6131f201
commit 18bcd75e0d

View File

@@ -33,7 +33,7 @@ import java.util.List;
*/
public class Card8_033 extends AbstractResponseEvent {
public Card8_033() {
super(Side.FREE_PEOPLE, 1, Culture.GONDOR, "Ellesar's Edict");
super(Side.FREE_PEOPLE, 1, Culture.GONDOR, "Elessar's Edict");
}
@Override