From 3e6c97cb774b60701df552f4081203906deeb4f5 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Tue, 24 Feb 2015 19:18:25 +0100 Subject: [PATCH] Toc bumped to 6.0.1 Signed-off-by: Alar of Daggerspine --- CHANGELOG.txt | 1 + MissionCompletion.lua | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5c6588a..a8fad07 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ ** Feature: largely improved MissionControl ** Feature: Mission list in follower page is scrolling and has now no limit ** Feature: Mission Completion has an hopefully nicer new interface +** Feature: "Improved" rewards now have their quantity written in green ** Fix: inactive followers are ignored even when "Ignore unavailable" is unchecked * 2.3.0 ** Feature: Mission autocompletion. diff --git a/MissionCompletion.lua b/MissionCompletion.lua index c8be305..2e41e44 100644 --- a/MissionCompletion.lua +++ b/MissionCompletion.lua @@ -323,8 +323,6 @@ do end if success then for k,v in pairs(currentMission.rewards) do - print("Reward") - DevTools_Dump(v) v.quantity=v.quantity or 0 v.multiplier=v.multiplier or 1 v.golds=v.golds or 1 @@ -343,7 +341,6 @@ do end end end - DevTools_Dump(rewards) end function addon:MissionsPrintResults(success) stopTimer() -- 1.7.9.5