From 328cef2c8c4593fa24cafaa75194a57190fa84cd Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 10 Oct 2022 15:35:21 +0800 Subject: [PATCH] =?UTF-8?q?pvp=EF=BC=9A=E6=B7=BB=E5=8A=A0=E7=88=B5?= =?UTF-8?q?=E4=BD=8D=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/battle/handler/pvpHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/servers/battle/handler/pvpHandler.ts b/game-server/app/servers/battle/handler/pvpHandler.ts index a18536a36..1f4c62c76 100644 --- a/game-server/app/servers/battle/handler/pvpHandler.ts +++ b/game-server/app/servers/battle/handler/pvpHandler.ts @@ -137,7 +137,7 @@ export class PvpHandler { let pvpHistoryOpp = curOpp.oppDef; - return resResult(STATUS.SUCCESS, { roleId: pvpHistoryOpp.oppRoleId, ...pick(pvpHistoryOpp, ['pos', 'warId', 'buff', 'heroes']) }); + return resResult(STATUS.SUCCESS, { roleId: pvpHistoryOpp.oppRoleId, ...pick(pvpHistoryOpp, ['pos', 'title', 'warId', 'buff', 'heroes']) }); }