mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 00:26:55 +00:00
nameplates: slightly decrease update interval
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user