From 2cc80558d6c19dceed821f655282c0e98559327d Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Sun, 12 Jul 2015 20:19:30 +0200 Subject: [PATCH] Alwayes messages if no follower got xp Signed-off-by: Alar of Daggerspine --- MissionCompletion.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MissionCompletion.lua b/MissionCompletion.lua index 6ac7afa..7796ecb 100644 --- a/MissionCompletion.lua +++ b/MissionCompletion.lua @@ -295,7 +295,8 @@ function module:MissionsPrintResults(success) end if not reported then report:AddRow(L["Nothing to report"]) - elseif not followers then + end + if not followers then report:AddRow(L["No follower gained xp"]) end end -- 1.7.9.5