军团活动bug
This commit is contained in:
@@ -85,6 +85,9 @@ export class AuctionHandler {
|
||||
newPrice = maxPrice;
|
||||
maxFlag = true;
|
||||
}
|
||||
if(newPrice > maxPrice) {
|
||||
newPrice = maxPrice;
|
||||
}
|
||||
const costRes = await handleCost(roleId, sid, [{ id: CURRENCY_BY_TYPE.get(CURRENCY_TYPE.GOLD), count: curPrice }], ITEM_CHANGE_REASON.AUCTION_OFFER);
|
||||
if (!costRes) {
|
||||
res.releaseCallback();
|
||||
|
||||
Reference in New Issue
Block a user