From 3449b5ecb830c127c1406fac7a364897c43a98c9 Mon Sep 17 00:00:00 2001 From: Giovanni Gargani Date: Sun, 10 Jul 2016 17:04:06 +0200 Subject: [PATCH] Follower who not gained xp are no longer shown in report --- Widgets.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Widgets.lua b/Widgets.lua index 11e874b..71359d4 100644 --- a/Widgets.lua +++ b/Widgets.lua @@ -121,8 +121,8 @@ print(follower) format("%s was destroyed",follower.fullname or L["A ship"])) end if follower.maxed and not levelup then - return self:AddFollowerIcon(followerType,addon:GetFollowerTexture(follower), - format("%s is already at maximum xp",follower.fullname)) + return +-- return self:AddFollowerIcon(followerType,addon:GetFollowerTexture(follower),format("%s is already at maximum xp",follower.fullname)) end local quality=G.GetFollowerQuality(followerID) or follower.quality local level=G.GetFollowerLevel(followerID) or follower.level -- 1.7.9.5