Quantcast

Fix blizzard visual bug that overlaps the follower acquisition text and armor/weapon pLevels for uncollected followers

WildCard_25 [03-17-19 - 16:34]
Fix blizzard visual bug that overlaps the follower acquisition text and armor/weapon pLevels for uncollected followers
Filename
FollowerPage.lua
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