From c92d5fba77bdb680fb55515a00ac20684655eae9 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sun, 5 Jul 2020 01:11:03 +0300 Subject: [PATCH] oops --- WeakAuras/GenericTrigger.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WeakAuras/GenericTrigger.lua b/WeakAuras/GenericTrigger.lua index b4a9e58..d0ca512 100644 --- a/WeakAuras/GenericTrigger.lua +++ b/WeakAuras/GenericTrigger.lua @@ -3207,7 +3207,7 @@ do WeakAuras.StopProfileSystem("nameplatetrigger") end - function findNewPlate(...) + local function findNewPlate(...) for i = lastChildern + 1, numChildren do local frame = select(i, ...) local region, _, _, _, _, _, nameText = frame:GetRegions() @@ -3220,7 +3220,7 @@ do end end - function nameplatesUpdate(_, elaps) + local function nameplatesUpdate(_, elaps) lastUpdate = lastUpdate + elaps if lastUpdate < 1 then return end numChildren = WorldGetNumChildren(WorldFrame)