From 60b2f28f0cdfffcb4374974bb5c333d63e10475f Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sat, 6 Feb 2016 15:43:27 +0100 Subject: [PATCH] fixed times left in table (48 -> 24, 12 -> 8) --- auction_listing.lua | 4 ++-- search_frame.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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