From 0d4db9ee547239f6539d10b45882408e3ef8d8f1 Mon Sep 17 00:00:00 2001 From: Dmitry Panin Date: Mon, 2 Dec 2013 04:33:39 +0400 Subject: [PATCH] Fixed bug in alternative cost when playing lands --- projects/mtg/src/MTGRules.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/mtg/src/MTGRules.cpp b/projects/mtg/src/MTGRules.cpp index c12cd3b86..c804a2ed5 100644 --- a/projects/mtg/src/MTGRules.cpp +++ b/projects/mtg/src/MTGRules.cpp @@ -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 {