🐞 fix(诸子列传): 战力计算错误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user