From e74aa160af9bf0681761b4bbee9e60093ac69cb9 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sat, 7 May 2022 19:42:10 +0200 Subject: [PATCH] Group - small change --- Moose Development/Moose/Wrapper/Group.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Wrapper/Group.lua b/Moose Development/Moose/Wrapper/Group.lua index 076d6e623..73a306509 100644 --- a/Moose Development/Moose/Wrapper/Group.lua +++ b/Moose Development/Moose/Wrapper/Group.lua @@ -710,7 +710,7 @@ function GROUP:GetUnit( UnitNumber ) local UnitFound = UNIT:Find(_unit) - if UnitFound and UnitFound:IsAlive() then + if UnitFound then return UnitFound