From bb44896092fabeb0f44f664b6266285ea5bfdb13 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Fri, 4 Dec 2015 06:26:08 +0100 Subject: [PATCH] bugfix in post --- post_frame.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post_frame.lua b/post_frame.lua index b6fd82c..5462687 100644 --- a/post_frame.lua +++ b/post_frame.lua @@ -386,9 +386,9 @@ function update_recommendation() MoneyFrame_Update('AuxSellParametersDepositMoneyFrame', floor(current_auction.unit_vendor_price * 0.05 * (current_auction.charges and 1 or get_stack_size_slider_value())) * AuxSellStackCountSlider:GetValue() * AuctionFrameAuctions.duration / 120) if existing_auctions[current_auction.key] and existing_auctions[current_auction.key].selected then - if not existing_auctions[current_auction.key].created or GetTime() - existing_auctions[current_auction.key].created > 1800 then - AuxSellParametersStrategyDropDownStaleWarning:SetText('Stale data!') -- data older than half an hour marked as stale - end +-- if not existing_auctions[current_auction.key].created or GetTime() - existing_auctions[current_auction.key].created > 1800 then +-- AuxSellParametersStrategyDropDownStaleWarning:SetText('Stale data!') -- data older than half an hour marked as stale +-- end local new_buyout_price = existing_auctions[current_auction.key].selected.unit_buyout_price * get_stack_size_slider_value()