From 3d77348b50f36818ec01bcfb465ca9e4df8d5b66 Mon Sep 17 00:00:00 2001 From: WildCard_25 Date: Mon, 18 Mar 2019 03:39:08 +1100 Subject: [PATCH] Fix upgrades still showing when moving from a follower that has an upgrade available to an uncollected follower (requires previous commit) --- GarrisonCommander.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua index cdd977e..c02b712 100644 --- a/GarrisonCommander.lua +++ b/GarrisonCommander.lua @@ -1349,8 +1349,8 @@ print("Click") end if (frame.info.isCollected) then self:ScheduleTimer("HookedGarrisonFollowerButton_UpdateCounters",0.2,GMF,frame,frame.info,false) - self:GetModule("FollowerPage"):ShowUpgradeButtons() end + self:GetModule("FollowerPage"):ShowUpgradeButtons() end -- Shamelessly stolen from Blizzard Code -- Appears when hovering on menaces in mission button -- 1.7.9.5