diff 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
line wrap: on
line diff
--- a/Modules/QuickAuctions.lua	Thu Jul 08 23:55:05 2010 -0700
+++ b/Modules/QuickAuctions.lua	Sun Jul 11 09:24:33 2010 -0700
@@ -94,7 +94,7 @@
 	
 	
 	if addon.IsQAEnabled() then
-		self:Debug(format("Auction Threshold: %d%%", self:GetAuctionThreshold()*100 ))
+		self:Debug("Auction Threshold: %d%%", self:GetAuctionThreshold()*100 )
 	end
 	self:Debug(format("Crafting Threshold: %s", self:FormatMoney(self:GetCraftingThreshold())))
 	local profitableItems = {}