From aa1523bd532b7c5317e9b24b91823f8ff895c49b Mon Sep 17 00:00:00 2001 From: luying Date: Sat, 29 May 2021 16:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9B=E5=9B=A2=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AE=B8=E6=84=BF=E6=B1=A0=E7=AD=89=E7=BA=A7=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/battle/handler/wishPoolHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/servers/battle/handler/wishPoolHandler.ts b/game-server/app/servers/battle/handler/wishPoolHandler.ts index 8eb9b20e3..b8cca2de0 100644 --- a/game-server/app/servers/battle/handler/wishPoolHandler.ts +++ b/game-server/app/servers/battle/handler/wishPoolHandler.ts @@ -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})=>{