corrected the spelling of evolve. thanks kf1

This commit is contained in:
omegablast2002@yahoo.com
2012-12-27 21:07:20 +00:00
parent 123a6aa21f
commit 238cd124ae
2 changed files with 6 additions and 6 deletions

View File

@@ -2285,9 +2285,9 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
}
//evole
if (s.find("evole") != string::npos)
if (s.find("evolve") != string::npos)
{
return NEW AEvoleAbility(observer, id, card);
return NEW AEvolveAbility(observer, id, card);
}
//flanking