Quantcast

Fate twisters are fixed

Alex Shubert [03-21-15 - 18:30]
Fate twisters are fixed
Filename
AutoTurnIn.lua
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index 345b20d..114133d 100644
--- a/AutoTurnIn.lua
+++ b/AutoTurnIn.lua
@@ -199,7 +199,7 @@ function AutoTurnIn:AllowedToHandle(forcecheck)
 		self.allowed = (not not AutoTurnInCharacterDB.enabled) ~= (IsModifiedClick)
 	end

-	return self.allowed and (not IGNORED_NPC[GetNPCGUID()]) and (not QuestGetAutoAccept())
+	return self.allowed and (not IGNORED_NPC[AutoTurnIn:GetNPCGUID()]) and (not QuestGetAutoAccept())
 end

 -- Old 'Quest NPC' interaction system. See http://wowprogramming.com/docs/events/QUEST_GREETING