mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 18:06:02 +00:00
buff: fix stack indicator on weapon buffs
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ pfUI:RegisterModule("buff", function ()
|
||||
elseif this.mode == "OFFHAND" then
|
||||
local _, _, _, _, ohtime, ohcharge = GetWeaponEnchantInfo()
|
||||
timeleft = ohtime/1000
|
||||
charge = ohcharge
|
||||
stacks = ohcharge
|
||||
end
|
||||
|
||||
this.timer:SetText(timeleft > 0 and GetColoredTimeString(timeleft) or "")
|
||||
|
||||
Reference in New Issue
Block a user