comparison Modules/QuickAuctions.lua @ 24:554b30908b33 v0.1

- Fixed a bug with the mail where items get recorded by the mail scanner and the bag scanner. - Fixed some minor issues not visible to the user.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sun, 11 Jul 2010 09:24:33 -0700
parents 819bfdc5d73c
children 5273038322d7
comparison
equal deleted inserted replaced
23:819bfdc5d73c 24:554b30908b33
92 return 92 return
93 end 93 end
94 94
95 95
96 if addon.IsQAEnabled() then 96 if addon.IsQAEnabled() then
97 self:Debug(format("Auction Threshold: %d%%", self:GetAuctionThreshold()*100 )) 97 self:Debug("Auction Threshold: %d%%", self:GetAuctionThreshold()*100 )
98 end 98 end
99 self:Debug(format("Crafting Threshold: %s", self:FormatMoney(self:GetCraftingThreshold()))) 99 self:Debug(format("Crafting Threshold: %s", self:FormatMoney(self:GetCraftingThreshold())))
100 local profitableItems = {} 100 local profitableItems = {}
101 local profitableIndex = 1 101 local profitableIndex = 1
102 local numChecked = 0 102 local numChecked = 0