Fix: Followers' Icons where empty
Giovanni Gargani [07-20-16 - 13:42]
Fix: Followers' Icons where empty
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