- fix issue 310 (exalted)
- fix issue 312 (heap corruption)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-04 13:28:04 +00:00
parent ba11d414a5
commit ab9366f035
4 changed files with 27 additions and 5 deletions
+1
View File
@@ -1564,6 +1564,7 @@ class AExalted:public TriggeredAbility{
}
}
if (nbattackers == 1) return 1;
else luckyWinner = NULL;
}
}
return 0;