Quantcast

Change location of mission success percentage so that it doesn't stick out of the side of the map for some missions

WildCard_25 [03-17-19 - 16:45]
Change location of mission success percentage so that it doesn't stick out of the side of the map for some missions
Filename
ShipYard.lua
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)