Quantcast

Add a caveat to the dataminer for engineering goggles.

ackis [08-18-09 - 17:47]
Add a caveat to the dataminer for engineering goggles.
Filename
ARLDatamine.lua
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index 3ed0385..aacd403 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -802,6 +802,8 @@ do
 				end
 				tinsert(output,"Trainer Acquire Scan Complete.")

+				tinsert(output,"If you're doing an engineering scan, there may be some goggles listed as extra.  These goggles ONLY show up for those classes who can make them, so they may be false positives.")
+
 				if ((teachflag) or (noteachflag)) then
 					self:DisplayTextDump(nil,nil,tconcat(output,"\n"))
 				end