Update Zone.lua

Gg
This commit is contained in:
Thomas 2024-07-21 07:41:36 +02:00 committed by GitHub
parent ccf3093fe8
commit c2aa57c603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1203,7 +1203,7 @@ function ZONE_RADIUS:GetScannedSetUnit()
if FoundUnit then
SetUnit:AddUnit( FoundUnit )
else
local FoundStatic = STATIC:FindByName( UnitObject:getName() )
local FoundStatic = STATIC:FindByName( UnitObject:getName(), false )
if FoundStatic then
SetUnit:AddUnit( FoundStatic )
end