.
This commit is contained in:
parent
d4089cb823
commit
fdaf8bb16b
@ -1782,7 +1782,7 @@ function GFunc.formatPlayerFormationInfo(info)
|
||||
local lv = info.talent[id] or 0
|
||||
if lv and lv > 0 and cfg.attr then
|
||||
for _, v in ipairs(cfg.attr) do
|
||||
allAttr[v.type] = (allAttr[v.type] or 0) + v.num
|
||||
allAttr[v.type] = (allAttr[v.type] or 0) + v.num * lv
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user