From 1707d6fabf05d13d1bc2493f4a3426e87b56d63b Mon Sep 17 00:00:00 2001 From: Giovanni Gargani Date: Wed, 20 Jul 2016 15:42:15 +0200 Subject: [PATCH] Fix: Followers' Icons where empty --- GarrisonCommander.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua index bc93bbb..2c88571 100644 --- a/GarrisonCommander.lua +++ b/GarrisonCommander.lua @@ -2134,10 +2134,10 @@ print("Unable to find follower",followerID) local rc,message= pcall(GarrisonMissionFrame_SetFollowerPortrait,frame.PortraitFrame, info, false); --@end-non-debug@]===] --@debug@ - if toc==70000 then - GMF:SetFollowerPortrait(frame.PortraitFrame, info, false) - else + if toc<70000 then GarrisonMissionFrame_SetFollowerPortrait(frame.PortraitFrame, info, false) + else + GMF:SetFollowerPortrait(frame.PortraitFrame, info, false) end --@end-debug@ -- Counters icon -- 1.7.9.5