From 207b96d6015411fead98acbb2a75ebcab70ee213 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Sat, 21 Mar 2015 20:30:04 +0200 Subject: [PATCH] Fate twisters are fixed --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5