fix: 战力缩放
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { PvpEnemies, PvpOtherHeroes } from "../../domain/dbGeneral";
|
||||
import { reduceCe } from "../../pubUtils/util";
|
||||
import { GuildType } from "../../db/Guild";
|
||||
import { RoleType, WarStar } from "../../db/Role";
|
||||
import { WAR_TYPE } from "../../consts/consts";
|
||||
@@ -66,7 +65,7 @@ export class PlayerDetail {
|
||||
if(detail.headHid) this.headHid = detail.headHid;
|
||||
if(detail.score) this.score = detail.score;
|
||||
if(detail.pLv) this.pLv = detail.pLv;
|
||||
if(detail.defCe) this.defCe = reduceCe(detail.defCe);
|
||||
if(detail.defCe) this.defCe = detail.defCe;
|
||||
if(detail.heroes) this.heroes = detail.heroes;
|
||||
if(detail.rank) this.rank = detail.rank;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user