战力:获取显示数据
This commit is contained in:
@@ -335,7 +335,7 @@ export function getBossHpByWarId(warId: number) {
|
||||
if (relation === 2) {
|
||||
let newAttr = new AttributeCal();
|
||||
newAttr.setByWarJson(attribute, 1);
|
||||
let attrJson = newAttr.getReduceAttributes();
|
||||
let attrJson = newAttr.getAttributes();
|
||||
|
||||
const hp = attrJson.hp || 0;
|
||||
if (hp > 0) {
|
||||
|
||||
Reference in New Issue
Block a user