Scenery Search methods

This commit is contained in:
FlightControl_Master
2017-10-08 14:10:38 +02:00
parent 712b77b590
commit 8542823692
2 changed files with 48 additions and 22 deletions
@@ -105,7 +105,7 @@ do -- ZoneGoal
local State = self:GetState()
self:E( { State = self:GetState() } )
self.Zone:Scan()
self.Zone:Scan( { Object.Category.UNIT, Object.Category.STATIC } )
end