Merge pull request #802 from kevlahnota/master

Attempt to fix my mess
This commit is contained in:
Anthony Calosa
2016-07-28 19:25:42 +08:00
committed by GitHub

View File

@@ -1371,7 +1371,7 @@ public:
WEventCardSacrifice * e = dynamic_cast<WEventCardSacrifice *> (event);
if (!e) return 0;
if (e->istoken)
return 1;
tc->setAllZones();
MTGCardInstance * check = e->cardAfter;
MTGGameZone * oldZone = e->cardAfter->currentZone;
check->currentZone = check->previousZone;