战力:随机属性

This commit is contained in:
luying
2021-09-24 17:48:27 +08:00
parent 8d7b849390
commit b5fa2c8ae6
3 changed files with 13 additions and 1 deletions

View File

@@ -246,7 +246,7 @@ export class AuctionHandler {
let rewards = getAuctionRewardByPoolId(poolId);
if(!rewards) return resResult(STATUS.WRONG_PARMS);
const result = await genAuction(guildCode, sourceType, sourceCode, serverId, rewards);
const result = await genAuction(guildCode, sourceType, magicWord, serverId, rewards);
if (!result) {
return resResult(STATUS.WRONG_PARMS);
}