军团:修复许愿池等级限制
This commit is contained in:
@@ -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})=>{
|
||||
|
||||
Reference in New Issue
Block a user