From 1d2ab23d0d321f3f14f09fd0294583bf34e0dfce Mon Sep 17 00:00:00 2001 From: WildCard_25 Date: Mon, 18 Mar 2019 03:34:10 +1100 Subject: [PATCH] Fix blizzard visual bug that overlaps the follower acquisition text and armor/weapon pLevels for uncollected followers --- FollowerPage.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FollowerPage.lua b/FollowerPage.lua index 3547341..45b5a42 100644 --- a/FollowerPage.lua +++ b/FollowerPage.lua @@ -249,6 +249,11 @@ function module:ShowUpgradeButtons(force) for i=used,#b do b[i]:Hide() end + -- fix Blizzard UI Bug + if followerInfo and not followerInfo.isCollected then + GarrisonFollowerPage_SetItem(gf.ItemWeapon) + GarrisonFollowerPage_SetItem(gf.ItemArmor) + end end function module:DelayedRefresh(delay) if GMF.FollowerTab:IsShown() then -- 1.7.9.5