🐞 fix(gvg): 巅峰演武机器人显示军功

This commit is contained in:
luying
2023-03-10 16:06:03 +08:00
parent 6d0ee8803e
commit 47c842bb0f

View File

@@ -191,7 +191,7 @@ export class PvpEnemies extends Enemies {
this.job = heroInfo.job; this.job = heroInfo.job;
this.subHid = heroInfo.subHid; this.subHid = heroInfo.subHid;
this.artifact = heroInfo.artifact||[]; this.artifact = heroInfo.artifact||[];
if(score) this.score = score; if(score != undefined) this.score = score;
} }
} }