Fix for issue 700 (Basic Lands randomly stop working)

This commit is contained in:
wagic.the.homebrew
2011-07-09 09:25:31 +00:00
parent d23a826fef
commit 8546f3dff8
5 changed files with 48 additions and 18 deletions

View File

@@ -3903,7 +3903,7 @@ TriggerAtPhase::TriggerAtPhase(int id, MTGCardInstance * source, Targetable * ta
newPhase = g->getCurrentGamePhase();
currentPhase = newPhase;
}
}
}
int TriggerAtPhase::trigger()
{