From a977aba406c322fcdd573ecf9e2ce9847d00714b Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 17 Apr 2009 20:32:28 +0000 Subject: [PATCH] Remove unitisenemy thingy right now. --- ARLDatamine.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- 1.7.9.5