军团:修复许愿池等级限制

This commit is contained in:
luying
2021-05-29 16:00:14 +08:00
parent 1c8e06cefc
commit aa1523bd53
@@ -66,7 +66,7 @@ export class WishPoolHandler {
}
const { guildCode: code, wishGoods } = userGuild;
let { structure } = await GuildModel.findGuild(code, serverId, 'structure');
let { lv } = findWhere(structure, {id: GUILD_STRUCTURE.DONATE});
let { lv } = findWhere(structure, {id: GUILD_STRUCTURE.WISH_POOL});
let { wishGoodsEquips, wishGoodsHeros } = getArmyWishPoolBaseByLv(lv);
let len = 0;
wishGoods.map(({type: resType})=>{