try to fix

This commit is contained in:
Anthony Calosa
2016-08-20 03:04:58 +08:00
parent cec4494ce6
commit a63065b44f
3 changed files with 25 additions and 3 deletions

View File

@@ -558,7 +558,7 @@ TargetChooser * TargetChooserFactory::createTargetChooser(string s, MTGCardInsta
}
}
//can produce mana
else if (attribute.find("manac") != string::npos)
else if (attribute.find("cmana") != string::npos)
{
if (minus)
{