From 99b95af4708c9a694fc8a7e03bbf8d28b6cadf14 Mon Sep 17 00:00:00 2001 From: mamengke01 <794347210@qq.com> Date: Fri, 15 Jan 2021 16:58:51 +0800 Subject: [PATCH] =?UTF-8?q?pvp=E6=88=98=E6=8A=A5=E6=88=98=E5=8A=9B?= =?UTF-8?q?=E7=BC=A9=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/pvpService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/services/pvpService.ts b/game-server/app/services/pvpService.ts index a3c8f4aba..8b3dcfc2f 100644 --- a/game-server/app/services/pvpService.ts +++ b/game-server/app/services/pvpService.ts @@ -562,7 +562,7 @@ export async function generMyRecInfo(heroScores: HeroScores[], winStreakNum: num sHid: role.sHid, headHid: role.headHid, title: role.title, - ce: role.topFiveCe, + ce: reduceCe(role.topFiveCe), heroes: myHeroRecords, isSuccess, score: isSuccess ? addSumScore : 0