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