Toc bumped to 6.0.1
Alar of Daggerspine [02-24-15 - 18:18]
Toc bumped to 6.0.1
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
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()