From e5aac829961b4c237e9c90892bda06be2c0f0e8f Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Wed, 22 Jul 2015 10:55:55 +0200 Subject: [PATCH] Hopefully last alpha Signed-off-by: Alar of Daggerspine --- CHANGELOG.txt | 4 ++-- ShipYard.lua | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b543cb1..b672e5d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ *GarrisonCommander helps you when choosing the right follower for the right mission* * *2.6.9* -Fix: Restored GarrisonMissionManager compatibility, sorry guys +Fix: Restored GarrisonMissionManager compatibility (sorry guys) Feature: Shipyard map enhanced with success chance. Chance is show as a number, and the border around it says if you have oil enough (green good, red not enough) Feature: Enhanced Shipyard map tooltip @@ -11,7 +11,7 @@ Fix: Works even if some naval mission onclick is hijacked * *2.6.7* Feature: Shipyard mission autofill!! See the success chance in map and have your fleet automagically setup -Fix: Consolidate broker colours for buttons, Now, red, always means ypu need to check it +Fix: Consolidate broker colours for buttons, Now, red, always means you need to check it * *2.6.6* Feature: Quick mission completion enabled for shipyard\ diff --git a/ShipYard.lua b/ShipYard.lua index d0aea63..accc91f 100644 --- a/ShipYard.lua +++ b/ShipYard.lua @@ -74,7 +74,7 @@ function module:HookedGarrisonShipyardMap_SetupBonus(missionList,frame,mission) i=i+1 addendum=CreateFrame("Frame",nil,frame) addendum:SetPoint("TOPLEFT",frame,"TOPRIGHT",-15,0) - addendum:SetFrameStrata("FULLSCREEN_DIALOG") + addendum:SetFrameStrata("MEDIUM") addendum:SetFrameLevel(GSF:GetFrameLevel()+5) AddBackdrop(addendum) addendum:SetBackdropColor(0,0,0,0.5) @@ -97,10 +97,10 @@ function module:HookedGarrisonShipyardMap_SetupBonus(missionList,frame,mission) if cost>available then addendum:SetBackdropBorderColor(1,0,0) else - addendum:SetBackdropBorderorderCOlor(0,1,0) + addendum:SetBackdropBorderColor(0,1,0) end else - addendum:SetBackdropBorderorderCOlor(1,1,1) + addendum:SetBackdropBorderColor(1,1,1) end --addendum.expire:SetText(mission.class) -- 1.7.9.5