fixed times left in table (48 -> 24, 12 -> 8)
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user