寻宝:修复boss血量串线;修复机器人重复
This commit is contained in:
@@ -378,7 +378,7 @@ export function getBossHpByWarId(warId: number) {
|
||||
btlBossHpSum.set(warId, bossHpSum);
|
||||
}
|
||||
}
|
||||
return { bossHpSum, bossHpArr };
|
||||
return { bossHpSum, bossHpArr: JSON.parse(JSON.stringify(bossHpArr))};
|
||||
}
|
||||
|
||||
export function getWarIdByBlueprtId(blueprtId: number) {
|
||||
|
||||
Reference in New Issue
Block a user