🐞 fix(诸子列传): 战力计算错误

This commit is contained in:
luying
2023-07-14 12:23:03 +08:00
parent b693f00c19
commit 1d02e0f62e
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ class CalCeData {
}
public clearRoleAttr(field: string) {
for(let globalAttr of this.globalAttrs) {
for(let [_attrId, globalAttr] of this.globalAttrs) {
globalAttr[field] = 0;
}
}