From e5448632917ff4e5de2a3bb8e3578e62fccbfc66 Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 21 May 2018 17:36:48 +0200 Subject: [PATCH] buff: fix stack indicator on weapon buffs --- modules/buff.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buff.lua b/modules/buff.lua index 9d2bf567..faee4606 100644 --- a/modules/buff.lua +++ b/modules/buff.lua @@ -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 "")