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

This commit is contained in:
Applevangelist
2024-07-27 16:21:36 +02:00
2 changed files with 2 additions and 2 deletions

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