Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist
2023-12-03 12:03:41 +01:00
2 changed files with 15 additions and 3 deletions

View File

@@ -3974,7 +3974,7 @@ function CONTROLLABLE:OptionAAAttackRange( range )
local Controller = self:_GetController()
if Controller then
if self:IsAir() then
self:SetOption( AI.Option.Air.val.MISSILE_ATTACK, range )
self:SetOption( AI.Option.Air.id.MISSILE_ATTACK, range )
end
end
return self