removed previously forgotten tiller's array check
Alex Shubert [10-14-13 - 15:01]
removed previously forgotten tiller's array check
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index 643099a..43b2f96 100644
--- a/AutoTurnIn.lua
+++ b/AutoTurnIn.lua
@@ -606,12 +606,6 @@ function AutoTurnIn:QUEST_COMPLETE()
return
end
- itemID = getItemId("required")
- if (AutoTurnIn.TillerGifts[itemID]) then --ignoring tiller gift's quest
- self:Print("tiller's gift ignored")
- return
- end
-
if AutoTurnInCharacterDB.lootreward > 1 then -- Auto Loot enabled!
self.forceGreed = false