added menutext returns for "protection from("

This commit is contained in:
omegablast2002@yahoo.com
2011-02-27 16:09:26 +00:00
parent d8450548c7
commit 2153a8d308
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -2596,7 +2596,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
{
return NULL; //TODO
}
return NEW AProtectionFrom(id, card, target, fromTc);
return NEW AProtectionFrom(id, card, target, fromTc,targets);
}
return NULL; //TODO
}