Skip to content
Snippets Groups Projects

fix the lua error of master-of-bones

Closed yutio888 requested to merge yutio888/t-engine4:fixes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -483,7 +483,7 @@ newTalent{
elseif self:getTalentLevel(t) >= 3 then def = t.minions_list.e_bone_giant
end
pos.x, pos.y = util.findFreeGrid(pos.x, pos.y, 3, false, {Map.ACTOR=true})
pos.x, pos.y = util.findFreeGrid(pos.x, pos.y, 3, false, {[Map.ACTOR]=true})
if pos.x then
necroSetupSummon(self, def, pos.x, pos.y, lev, nil, true)
Loading