You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is intended; is it a bug? Perhaps the items without market price should just use nator->config->sellerConfig.defaultPrice without qualityMultiplier since it's applied later. Or, maybe don't multiply items that have market prices, i.e.
Quality multiplier is applied here for items without market price
mod-auctionator/src/AuctionatorSeller.cpp
Lines 163 to 165 in 75d60dd
and here for all items
mod-auctionator/src/AuctionatorSeller.cpp
Lines 177 to 178 in 75d60dd
I don't think this is intended; is it a bug? Perhaps the items without market price should just use
nator->config->sellerConfig.defaultPrice
withoutqualityMultiplier
since it's applied later. Or, maybe don't multiply items that have market prices, i.e.I could see either way.
The text was updated successfully, but these errors were encountered: