comparison Modules/ArkInventoryRules.lua @ 115:79dc87430cb3

Updated the ArkInventory rule and tooltip to work in QA is compatible instead of if its enabled in ItemAuditor.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 02 Sep 2010 07:03:38 -0700
parents 2112f71c4237
children d94195157a6b
comparison
equal deleted inserted replaced
114:3b89982a5d0d 115:79dc87430cb3
51 return true 51 return true
52 end 52 end
53 end 53 end
54 return false 54 return false
55 elseif string.lower( strtrim( arg ) ) == 'qa' then 55 elseif string.lower( strtrim( arg ) ) == 'qa' then
56 if ItemAuditor:IsQAEnabled() then 56 if ItemAuditor:IsQACompatible() then
57 local groupName = QAAPI:GetItemGroup(link) 57 local groupName = QAAPI:GetItemGroup(link)
58 if groupName then 58 if groupName then
59 return true 59 return true
60 end 60 end
61 end 61 end