diff --git a/Mage.Common/src/mage/view/CardsView.java b/Mage.Common/src/mage/view/CardsView.java index 8625ceb0a1d..d70cd0949ac 100644 --- a/Mage.Common/src/mage/view/CardsView.java +++ b/Mage.Common/src/mage/view/CardsView.java @@ -64,6 +64,7 @@ public class CardsView extends HashMap { Card sourceCard = null; String sourceName = null; switch ( ability.getZone() ) { + case ALL: case EXILED: case GRAVEYARD: sourceCard = game.getCard(ability.getSourceId());