#VARIOUS Small fixes

This commit is contained in:
Applevangelist
2025-11-22 15:17:26 +01:00
parent 26fbae8672
commit 5955c2d61f
5 changed files with 362 additions and 87 deletions
+1 -1
View File
@@ -1165,7 +1165,7 @@ function ZONE_RADIUS:Scan( ObjectCategories, UnitCategories )
self.ScanData.SceneryTable = {}
self.ScanData.Units = {}
local ZoneCoord = self:GetCoordinate()
local ZoneCoord = self:GetCoordinate():SetAlt()
local ZoneRadius = self:GetRadius()
--self:F({ZoneCoord = ZoneCoord, ZoneRadius = ZoneRadius, ZoneCoordLL = ZoneCoord:ToStringLLDMS()})