From 18c56791f45e8c6f24520d6faf9464c7a848c95a Mon Sep 17 00:00:00 2001 From: Xruptor Date: Wed, 16 Jun 2010 09:24:04 -0400 Subject: [PATCH] -Another freaking attempt at fixing the bag durability (another typo). --- XanDurability.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XanDurability.lua b/XanDurability.lua index e0d1a92..a80f1a5 100644 --- a/XanDurability.lua +++ b/XanDurability.lua @@ -177,7 +177,7 @@ function f:GetDurabilityInfo() for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local hasCooldown, repairCost = tmpTip:SetBagItem(bag, slot) - local Minimum, Maximum = GetContainerItemDurability(slot) + local Minimum, Maximum = GetContainerItemDurability(bag, slot) if repairCost and repairCost > 0 then bagCost = bagCost + repairCost -- 1.7.9.5