Fixed bug in alternative cost when playing lands

This commit is contained in:
Dmitry Panin
2013-12-02 04:33:39 +04:00
parent ae927576c5
commit 0d4db9ee54

View File

@@ -717,7 +717,6 @@ int MTGAlternativeCostRule::reactToClick(MTGCardInstance * card, ManaCost *alter
copy->alternateCostPaid[alternateCostType] = 1;
spell->resolve();
SAFE_DELETE(spell);
game->mLayers->stackLayer()->addSpell(copy, NULL, NULL, alternateCostType, 1);
}
else
{