diff Modules/Tooltip.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 574c154d24ab
children 451d8a19edea
line wrap: on
line diff
--- 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)