Add a couple more debug statements in.
ackis [06-04-09 - 17:51]
Add a couple more debug statements in.
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index 828bf2b..1998c5c 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -813,8 +813,10 @@ self:Print(text)
elseif (strmatch(text,"cloth")) then
Cloth = true
elseif (strmatch(text,"leather")) then
+ self:Print("Leather found")
Leather = true
elseif (strmatch(text,"mail")) then
+ self:Print("Mail found")
Mail = true
elseif (strmatch(text,"plate")) then
Plate = true