From 81aa1b27752c94b4f0b9df8a4670e0167acc9e95 Mon Sep 17 00:00:00 2001 From: dingchaolin Date: Sat, 4 Mar 2023 16:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor(pvp):=20=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E5=B7=85=E5=B3=B0=E6=BC=94=E6=AD=A6=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/PvpRecord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/db/PvpRecord.ts b/shared/db/PvpRecord.ts index 09f3fb5ad..d572677c5 100644 --- a/shared/db/PvpRecord.ts +++ b/shared/db/PvpRecord.ts @@ -100,7 +100,7 @@ export class PvpRecordPlayerInfo { setByHistoryOpp(oppRole: PvpHistoryOppType, oppHeroRecords: HeroesRecord[], isSuccess: boolean, score: number, serverId: number) { this.roleId = robotIdComBack(oppRole.oppRoleId); this.roleName = oppRole.roleName; - this.lv = oppRole.lv; + this.lv = oppRole.pLv; this.head = oppRole.head; this.frame = oppRole.frame; this.spine = oppRole.spine;