fix crash temporary flashback

should fix snapcaster mages ability and the likes
This commit is contained in:
Anthony Calosa
2016-08-22 10:17:48 +08:00
parent a2007dd59e
commit e9705b2cc5

View File

@@ -1111,7 +1111,7 @@ int MTGTempFlashBackRule::reactToClick(MTGCardInstance * card)
if (!isReactingToClick(card))
return 0;
card->paymenttype = MTGAbility::FLASHBACK_COST;
card->paymenttype = MTGAbility::GRANTEDFLASHBACK_COST;
return MTGAlternativeCostRule::reactToClick(card, flashbackCost, ManaCost::MANA_PAID_WITH_FLASHBACK);