From d0e4f8297299ccdae537f3e5fa19d861221f6e70 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Wed, 8 Feb 2012 20:04:21 +0400 Subject: [PATCH] tournament quests with rewards will not be turned in --- AutoTurnIn.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index 7fe51ac..95bba10 100644 --- a/AutoTurnIn.lua +++ b/AutoTurnIn.lua @@ -141,7 +141,9 @@ function AutoTurnIn:QUEST_COMPLETE() index = i end end - GetQuestReward(index) + if money > 0 then -- some quests, like tournament ones, offer reputation rewards and they have no cost. + GetQuestReward(index) + end end else GetQuestReward(index) -- 1.7.9.5