Experimental AI: fix a parameter in call to healer support AI

This was an oversight from a change made in d4917d534e just two days
ago, so it was not in any released version.
This commit is contained in:
mattsc 2014-04-17 07:11:32 -07:00
parent fd6038a746
commit c64d8f0f84

View file

@ -508,7 +508,7 @@ return {
------- Place Healers CA --------------
function generic_rush:place_healers_eval()
if HS:evaluation(ai, nil, self) > 0 then
if HS:evaluation(ai, {}, self) > 0 then
return 95000
end
return 0