I hope this is correct

This commit is contained in:
Anthony Calosa
2016-07-28 19:24:01 +08:00
parent 3da5d12bee
commit 2e71cb08d0

View File

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