From d0f5477a13cc450b8ef904bb84cf340fbe370525 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sat, 13 Jun 2020 22:09:48 +0300 Subject: [PATCH] fix #23 --- WeakAuras/BuffTrigger2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/BuffTrigger2.lua b/WeakAuras/BuffTrigger2.lua index dfa10e8..8e7e723 100644 --- a/WeakAuras/BuffTrigger2.lua +++ b/WeakAuras/BuffTrigger2.lua @@ -823,7 +823,7 @@ local function GetAllUnits(unit, allUnits) end return function() local ret = unit .. i - while not allUnits and not UnitExistsFixed(ret) do + while not allUnits and not UnitExists(ret) do i = i + 1 if i > max then i = 1