From c757de1e0981f341af61819ea0f7b1011dc62606 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 10 Jun 2009 19:20:31 +0000 Subject: [PATCH] Some debug statements for pompy. --- ARLDatamine.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 1503504..a439b20 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -2191,7 +2191,8 @@ do end local text = strlower(text) - +self:Print(text) +self:Print(i) -- Check for recipe/item binding -- The recipe binding is within the first few lines of the tooltip always if strmatch(text, "binds when picked up") then -- 1.7.9.5