diff 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
line wrap: on
line diff
--- 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