nameplates: slightly decrease update interval

This commit is contained in:
shagu
2025-03-30 00:04:35 +01:00
parent ab6b51c04f
commit acafc46e09
+1 -1
View File
@@ -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