# HG changeset patch # User Asa Ayers # Date 1283436218 25200 # Node ID 79dc87430cb3da621c39a86ae267874dcf806e52 # Parent 3b89982a5d0dc4e091832c002455c26a191dab39 Updated the ArkInventory rule and tooltip to work in QA is compatible instead of if its enabled in ItemAuditor. diff -r 3b89982a5d0d -r 79dc87430cb3 CHANGELOG.txt --- a/CHANGELOG.txt Wed Sep 01 23:43:39 2010 -0700 +++ b/CHANGELOG.txt Thu Sep 02 07:03:38 2010 -0700 @@ -1,3 +1,7 @@ +2010-09-02 Asa Ayers + +- Updated the ArkInventory rule and tooltip to work in QA is compatible instead of if its enabled in ItemAuditor. + 2010-09-01 Asa Ayers - Made some changes to begin migrating some QA functionality to QAManager (http://www.wowace.com/addons/qa-manager/) diff -r 3b89982a5d0d -r 79dc87430cb3 Modules/ArkInventoryRules.lua --- a/Modules/ArkInventoryRules.lua Wed Sep 01 23:43:39 2010 -0700 +++ b/Modules/ArkInventoryRules.lua Thu Sep 02 07:03:38 2010 -0700 @@ -53,7 +53,7 @@ end return false elseif string.lower( strtrim( arg ) ) == 'qa' then - if ItemAuditor:IsQAEnabled() then + if ItemAuditor:IsQACompatible() then local groupName = QAAPI:GetItemGroup(link) if groupName then return true diff -r 3b89982a5d0d -r 79dc87430cb3 Modules/Tooltip.lua --- a/Modules/Tooltip.lua Wed Sep 01 23:43:39 2010 -0700 +++ b/Modules/Tooltip.lua Thu Sep 02 07:03:38 2010 -0700 @@ -33,7 +33,7 @@ end - if ItemAuditor:IsQAEnabled() then + if ItemAuditor:IsQACompatible() then local groupName = QAAPI:GetItemGroup(link) if groupName then local threshold = QAAPI:GetGroupConfig(groupName)