Skip to content

Commit

Permalink
NowhereToRun - fixed typo in static test
Browse files Browse the repository at this point in the history
  • Loading branch information
markort147 committed Jan 8, 2025
1 parent 45d3133 commit f4a13cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/n/NowhereToRun.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class NowhereToRunWardEffect extends ContinuousRuleModifyingEffectImpl {

NowhereToRunWardEffect() {
super(Duration.WhileOnBattlefield, Outcome.Benefit);
staticText = "Ward abilities of those creatures don???t trigger.";
staticText = "Ward abilities of those creatures don't trigger.";
}

private NowhereToRunWardEffect(final NowhereToRunWardEffect effect) {
Expand Down

0 comments on commit f4a13cc

Please sign in to comment.