From 0af70acd9c2685d34ba007400476b5118dbd2e02 Mon Sep 17 00:00:00 2001 From: WildCard_25 Date: Mon, 18 Mar 2019 03:45:51 +1100 Subject: [PATCH] Change location of mission success percentage so that it doesn't stick out of the side of the map for some missions --- ShipYard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShipYard.lua b/ShipYard.lua index e667ae1..d470eae 100644 --- a/ShipYard.lua +++ b/ShipYard.lua @@ -172,7 +172,7 @@ function module:HookedGarrisonShipyardMap_SetupBonus(missionList,frame,mission) if mission.inProgress then return end i=i+1 addendum=CreateFrame("Frame",nil,frame) - addendum:SetPoint("TOPLEFT",frame,"TOPRIGHT",-10,-15) + addendum:SetPoint("TOP",frame,"BOTTOM",0,10) --@debug@ addendum:EnableMouse(true) addendum:SetScript("OnEnter",function(frame) module:TTDump(frame,mission) end) -- 1.7.9.5