considering charges in the stat modules

This commit is contained in:
Manuel Simon Hirsig
2016-01-18 01:12:50 +01:00
parent c4d872d7c1
commit cc232db177
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ function public.process_auction(auction_info)
private.read_current_record(auction_info.item_key)
local buyout = auction_info.buyout_price / auction_info.count
local buyout = auction_info.buyout_price / auction_info.aux_quantity
if private.current_record.count == 0 then
private.current_record.step = ceil(buyout / 100)