Merge pull request #79 from pepopo978/sp-haste-display

Sp haste display
This commit is contained in:
Meow
2026-03-01 02:33:48 +01:00
committed by GitHub
+2
View File
@@ -92,6 +92,8 @@ pfUI:RegisterModule("player", "vanilla:tbc", function ()
-- Compute and cache the haste/SP text; called from OnUpdate, throttled to 0.25s
local function UpdateInfoText()
if not GetUnitField then return end -- do nothing for older nampower
local cfg = playerFrame.config
if not cfg then
return