Quantcast

tournament quests with rewards will not be turned in

Alex Shubert [02-08-12 - 16:04]
tournament quests with rewards will not be turned in
Filename
AutoTurnIn.lua
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)