测试:修复军团排行榜

This commit is contained in:
luying
2021-09-03 09:45:14 +08:00
parent efc3776f74
commit 1d4207f9ab

View File

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