Skip to content

Commit

Permalink
Experimental AI: fix a parameter in call to healer support AI
Browse files Browse the repository at this point in the history
This was an oversight from a change made in d4917d5 just two days
ago, so it was not in any released version.
  • Loading branch information
mattsc committed Apr 17, 2014
1 parent fd6038a commit c64d8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ai/lua/generic_rush_engine.lua
Expand Up @@ -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
Expand Down

0 comments on commit c64d8f0

Please sign in to comment.