forgot a "break;" here on this restriction

This commit is contained in:
omegablast2002@yahoo.com
2011-02-08 23:09:20 +00:00
parent adaa589e93
commit d8da946f5d

View File

@@ -3921,6 +3921,7 @@ int ActivatedAbility::isReactingToClick(MTGCardInstance * card, ManaCost * mana)
case OPPONENT_TURN_ONLY:
if (player == game->currentPlayer)
return 0;
break;
case AS_SORCERY:
if (player != game->currentPlayer)
return 0;