Quantcast

Remove unitisenemy thingy right now.

ackis [04-17-09 - 20:32]
Remove unitisenemy thingy right now.
Filename
ARLDatamine.lua
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index 9e58cb0..d36962d 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -69,7 +69,8 @@ end
 -- @return Does a comparison of the information in your internal ARL database, and those items which are availible on the trainer.  Compares the acquire information of the ARL database with what is availible on the trainer.
 function addon:ScanTrainerData()

-	if (UnitExists("target") and (not UnitIsPlayer("target")) and (not UnitIsEnemy("target"))) then
+	--if (UnitExists("target") and (not UnitIsPlayer("target")) and (not UnitIsEnemy("target"))) then
+	if (UnitExists("target") and (not UnitIsPlayer("target"))) then
 		local targetID = tonumber(string.sub(UnitGUID("target"),-12,-7),16)
 		local targetname = UnitName("target")