Mercurial > wow > itemauditor
comparison 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 |
comparison
equal
deleted
inserted
replaced
61:b24dbfbe2aef | 62:70dc84df13b3 |
---|---|
34 end | 34 end |
35 | 35 |
36 if addon:IsQAEnabled() then | 36 if addon:IsQAEnabled() then |
37 local groupName = QAAPI:GetItemGroup(link) | 37 local groupName = QAAPI:GetItemGroup(link) |
38 if groupName then | 38 if groupName then |
39 local threshold = QAAPI:GetGroupThreshold(groupName) | 39 local threshold = QAAPI:GetGroupConfig(groupName) |
40 tip:AddDoubleLine("\124cffffffffIA: QA Threshold: ", addon:FormatMoney(threshold)) | 40 tip:AddDoubleLine("\124cffffffffIA: QA Threshold: ", addon:FormatMoney(threshold)) |
41 show = true | 41 show = true |
42 end | 42 end |
43 end | 43 end |
44 | 44 |