Follower who not gained xp are no longer shown in report
Giovanni Gargani [07-10-16 - 15:04]
Follower who not gained xp are no longer shown in report
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