Fixing "The Pale Blade" to be able to attach to The Witch-king

This commit is contained in:
marcins78@gmail.com
2011-09-20 22:23:56 +00:00
parent a3bf546b0f
commit 260964a0cd

View File

@@ -42,7 +42,7 @@ public class Card1_221 extends AbstractAttachable {
@Override
protected Filter getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
return Filters.name("THe Witch-king");
return Filters.name("The Witch-king");
}
@Override