属性显示错误修改

dev_chengFeng
jiaoyangna 2021-11-19 18:49:52 +08:00
parent ff71fb378e
commit 18968609a6
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function TailsmanSoulMainPanel:GetProData()
for i = 1,#curData do
str = string.format("<color=#ecdfc8>%s%s</color>",propertyConfig[curData[i][1]].Info,GetEquipPropertyFormatStr(curData[i][2],propertyConfig[curData[i][1]].Style) )
if nextProData[curData[i][1]] then
str = str..string.format("<color=#00FF00>+%s</color>",GetEquipPropertyFormatStr(nextProData[curData[i][1]] - curData[i][2],propertyConfig[nextProData[i][1]].Style))
str = str..string.format("<color=#00FF00>+%s</color>",GetEquipPropertyFormatStr(nextProData[curData[i][1]] - curData[i][2],propertyConfig[curData[i][1]].Style))
end
table.insert(proData,str)
end