fixed times left in table (48 -> 24, 12 -> 8)

This commit is contained in:
Manuel Simon Hirsig
2016-02-06 15:43:27 +01:00
parent bfa48f810d
commit 60b2f28f0c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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