【鸿蒙阵】共鸣是breakId 计算修改

dev_chengFeng
zhangqiang 2021-06-17 10:10:22 +08:00
parent 814fb29c45
commit 8f97c36580
1 changed files with 2 additions and 2 deletions

View File

@ -3560,10 +3560,10 @@ function this.SetAllStarBreakIdData()
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.HeroRankupConfig)) do
if configInfo.Type == 1 then
if curAllStarBreakIdData[configInfo.Star] then
curAllStarBreakIdData[configInfo.Star][configInfo.LimitLevel] = key
curAllStarBreakIdData[configInfo.Star][configInfo.OpenLevel] = key
else
curAllStarBreakIdData[configInfo.Star] = {}
curAllStarBreakIdData[configInfo.Star][configInfo.LimitLevel] = key
curAllStarBreakIdData[configInfo.Star][configInfo.OpenLevel] = key
end
end
end