diff --git a/auction_listing.lua b/auction_listing.lua index 684d8a1..7620423 100644 --- a/auction_listing.lua +++ b/auction_listing.lua @@ -14,8 +14,8 @@ local AUCTION_PCT_COLORS = { local TIME_LEFT_STRINGS = { '|cffff000030m|r', -- Short '|cffff92182h|r', -- Medium - '|cffffff0012h|r', -- Long - '|cff2992ff48h|r', -- Very Long + '|cffffff008h|r', -- Long + '|cff2992ff24h|r', -- Very Long } function public.percentage_market(pct, based_on_bid) diff --git a/search_frame.lua b/search_frame.lua index 288e95a..65f7895 100644 --- a/search_frame.lua +++ b/search_frame.lua @@ -912,7 +912,7 @@ do if not AuxFilterSearchFrame:IsVisible() then return end - + if not (RESULTS.buyout_button:IsEnabled() or private.bid_button:IsEnabled()) then return end