From 1d4207f9ab84082e264a0ff2b15ede9243614bbd Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 3 Sep 2021 09:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=86=9B=E5=9B=A2=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/roleUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pubUtils/roleUtil.ts b/shared/pubUtils/roleUtil.ts index 406a6de2b..4ef41e46f 100644 --- a/shared/pubUtils/roleUtil.ts +++ b/shared/pubUtils/roleUtil.ts @@ -118,7 +118,7 @@ export class UpdateHeroes { // 更新guild表 if(role.hasGuild) { - this.guild = await GuildModel.updateCe(this.roleId, this.incRoleCe); // 公会更新战力 + this.guild = await GuildModel.updateCe(this.roleId, this.incRoleCe, true); // 公会更新战力 } for(let { hid, incHeroCe } of this.pushHeroes) { await PvpDefenseModel.updateCe(this.roleId, hid, incHeroCe); // 更新pvp防守阵战力