聊天:精炼消息添加数据
This commit is contained in:
@@ -34,7 +34,6 @@ export function loadAuctionReward() {
|
||||
let basicPoolMap = new Map<number, DicAuctionBasicPool>(); // id => AuctionBasicPool
|
||||
let arr = readFileAndParse(FILENAME.DIC_AUCTION_BASIC_POOL);
|
||||
arr.forEach(o => {
|
||||
console.log(o)
|
||||
o.rewardBasicPool = parseRewardBasicPool(o.rewardBasicPool);
|
||||
o.basePrice = parsePrice(o.basePrice);
|
||||
o.maxPrice = parsePrice(o.maxPrice);
|
||||
|
||||
Reference in New Issue
Block a user