buff: fix stack indicator on weapon buffs

This commit is contained in:
shagu
2018-05-21 17:36:48 +02:00
parent b30286b7f6
commit e544863291
+1 -1
View File
@@ -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 "")