From acafc46e0974c4c1ca45f69302c2ae02ad3b511d Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 30 Mar 2025 00:04:35 +0100 Subject: [PATCH] nameplates: slightly decrease update interval --- modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index aedf101d..ffaa757b 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -885,7 +885,7 @@ pfUI:RegisterModule("nameplates", "vanilla:tbc", function () -- use timer based updates if not nameplate.tick or nameplate.tick < GetTime() then - nameplate.tick = GetTime() + .2 + nameplate.tick = GetTime() + .25 update = true end