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;