diff --git a/modules/Vengeance.lua b/modules/Vengeance.lua index 58714e4..1b5474e 100644 --- a/modules/Vengeance.lua +++ b/modules/Vengeance.lua @@ -103,8 +103,8 @@ function Vengeance.prototype:Update(unit) end self:UpdateBar(self.current / self.max, "Vengeance") - self:SetBottomText1(floor(self.current / self.max * 100) .. "%") - self:SetBottomText2(self.current) + self:SetBottomText1(floor((self.current / self.max) * 100) .. "%") + self:SetBottomText2(tostring(self.current) .."/"..tostring(self.max)) end -- Load for tanks only