mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Zone.lua
Gg
This commit is contained in:
parent
ccf3093fe8
commit
c2aa57c603
@ -1203,7 +1203,7 @@ function ZONE_RADIUS:GetScannedSetUnit()
|
|||||||
if FoundUnit then
|
if FoundUnit then
|
||||||
SetUnit:AddUnit( FoundUnit )
|
SetUnit:AddUnit( FoundUnit )
|
||||||
else
|
else
|
||||||
local FoundStatic = STATIC:FindByName( UnitObject:getName() )
|
local FoundStatic = STATIC:FindByName( UnitObject:getName(), false )
|
||||||
if FoundStatic then
|
if FoundStatic then
|
||||||
SetUnit:AddUnit( FoundStatic )
|
SetUnit:AddUnit( FoundStatic )
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user