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防守阵战力