🐞 fix(巅峰演武): 修复刷新对手信息错误
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user