This commit is contained in:
Bunny67
2020-07-05 01:11:03 +03:00
parent ef8d4a658a
commit c92d5fba77
+2 -2
View File
@@ -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)