fixed an overeager quest grabber

git [04-09-18 - 17:40]
fixed an overeager quest grabber
Filename
DailyAutoShare/DasQuestAccept.lua
diff --git a/DailyAutoShare/DasQuestAccept.lua b/DailyAutoShare/DasQuestAccept.lua
index bccd380..939ad69 100644
--- a/DailyAutoShare/DasQuestAccept.lua
+++ b/DailyAutoShare/DasQuestAccept.lua
@@ -44,6 +44,8 @@ local function HandleChatterBegin(eventCode, optionCount)
     end
     if optionCount == 0 then return end
     local npcName = GetUnitName(unitInteract)
+    if not questStarter[npcName] and not questFinisher[npcName] then return end
+
     for i = 1, optionCount do

         -- Get details of option