This commit is contained in:
Anthony Calosa
2017-03-02 07:56:41 +08:00
parent 8ae3e1ea98
commit ba73da321b
6 changed files with 79 additions and 31 deletions
-3
View File
@@ -1142,9 +1142,6 @@ MTGGameZone * MTGGameZone::intToZone(GameObserver *g, int zoneId, MTGCardInstanc
else
p2 = target->controller();
//p2 should be either of this two...
if(p != p2 && p->opponent() != p2)
p2 = p;
MTGGameZone * result = intToZone(zoneId, p, p2);
if (result) return result;