From ec83d00027cc9c4d85c6da28802fc788e2abd2c4 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Thu, 12 Jul 2018 21:50:16 +0300 Subject: [PATCH] update --- ElvUI/Libraries/oUF/ouf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Libraries/oUF/ouf.lua b/ElvUI/Libraries/oUF/ouf.lua index fe52d0c..14fcab8 100644 --- a/ElvUI/Libraries/oUF/ouf.lua +++ b/ElvUI/Libraries/oUF/ouf.lua @@ -31,7 +31,7 @@ local function enableTargetUpdate(object) total = 0 end - total = total + GetTime() + total = total + arg1 end) end Private.enableTargetUpdate = enableTargetUpdate