🐞 fix(巅峰演武): 修复刷新对手信息错误

This commit is contained in:
luying
2022-10-31 21:26:25 +08:00
parent 04deea8c2d
commit 7eb5655680
2 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ export class PvpHandler {
await checkTask(serverId, roleId, sid, TASK_TYPE.PVP);
// 对手记录更新
await PvpHistoryOppModel.setStatus(roleId, oppRoleId, 1);
await PvpHistoryOppModel.setStatus(curOpp.oppDef.toString(), 1);
let update: pvpUpdateInter = {
oppBeforePlayers: pvpDefense.oppPlayers