From 00263cc249f6389393ffc8b3222e32621d17f340 Mon Sep 17 00:00:00 2001 From: dingchaolin Date: Sat, 4 Mar 2023 14:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(pvp):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B7=85=E5=B3=B0=E6=BC=94=E6=AD=A6=E6=88=98=E6=96=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF?= 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 d572677c5..09f3fb5ad 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.pLv; + this.lv = oppRole.lv; this.head = oppRole.head; this.frame = oppRole.frame; this.spine = oppRole.spine;