diff Modules/Tooltip.lua @ 62:70dc84df13b3

Updated the QuickAuctions API to use the new API calls. This commit also includes a compatibility layer to maintain backward compatibility so that none of my users have to upgrade QuickAuctions twice before getting any new features.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Tue, 27 Jul 2010 17:52:21 -0700
parents 003de902ae64
children e7d287cc3b02
line wrap: on
line diff
--- a/Modules/Tooltip.lua	Tue Jul 27 11:56:00 2010 -0700
+++ b/Modules/Tooltip.lua	Tue Jul 27 17:52:21 2010 -0700
@@ -36,7 +36,7 @@
 	if addon:IsQAEnabled() then
 		local groupName = QAAPI:GetItemGroup(link)
 		if groupName then
-			local threshold = QAAPI:GetGroupThreshold(groupName)
+			local threshold = QAAPI:GetGroupConfig(groupName)
 			tip:AddDoubleLine("\124cffffffffIA: QA Threshold: ", addon:FormatMoney(threshold))
 			show = true
 		end