Update Card31_027.java

This commit is contained in:
PhallenCassidy
2017-06-14 23:07:41 -04:00
committed by GitHub
parent cd46eedd87
commit aa6fd74785

View File

@@ -53,7 +53,7 @@ public class Card31_027 extends AbstractAttachable {
@Override
protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
return Keyword.WARG_RIDER);
return Keyword.WARG_RIDER;
}
@Override