diff Modules/ArkInventoryRules.lua @ 119:d94195157a6b

Moved the check for QAManager so it doesn't interfere with the tooltip or ArkInventory rule.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 02 Sep 2010 21:16:04 -0700
parents 79dc87430cb3
children 09a38a382194
line wrap: on
line diff
--- a/Modules/ArkInventoryRules.lua	Thu Sep 02 21:04:07 2010 -0700
+++ b/Modules/ArkInventoryRules.lua	Thu Sep 02 21:16:04 2010 -0700
@@ -56,9 +56,11 @@
 				if ItemAuditor:IsQACompatible() then
 					local groupName = QAAPI:GetItemGroup(link)
 					if groupName then
+						DevTools_Dump({link, groupName})
 						return true
 					end
 				end
+				DevTools_Dump({link, false})
 				return false
 			end