diff --git a/Moose Development/Moose/Core/Zone.lua b/Moose Development/Moose/Core/Zone.lua index 19055634b..934188d98 100644 --- a/Moose Development/Moose/Core/Zone.lua +++ b/Moose Development/Moose/Core/Zone.lua @@ -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