Quantcast

3.9.5

Alex Shubert [12-15-12 - 13:51]
3.9.5
Filename
AutoTurnIn.lua
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index f0d1e00..185fc85 100644
--- a/AutoTurnIn.lua
+++ b/AutoTurnIn.lua
@@ -23,6 +23,7 @@ AutoTurnIn.funcList = {[1] = function() return false end, [2]=IsAltKeyDown, [3]=
 AutoTurnIn.OptionsPanel, AutoTurnIn.RewardPanel = nil, nil
 AutoTurnIn.autoEquipList={}
 AutoTurnIn.questCache={}	-- daily quest cache. Initially is built from player's quest log
+			--ignorind Marsh Lily,Lovely Apple,Jade Cat,Blue Feather,Ruby Shard
 AutoTurnIn.TillerGifts={["79264"]=1, ["79265"]=1, ["79266"]=1, ["79267"]=1, ["79268"]=1}

 AutoTurnIn.ldbstruct = {
@@ -566,11 +567,6 @@ function AutoTurnIn:QUEST_COMPLETE()
 				return
 			end

-			--ignorind Marsh Lily,Lovely Apple,Jade Cat,Blue Feather,Ruby Shard
-			if (AutoTurnIn.TillerGifts[itemID]) then
-				return
-			end
-
 			if AutoTurnInCharacterDB.lootreward > 1 then -- Auto Loot enabled!
 				self.forceGreed = false