【飘渺之旅】修复完成全部任务,无法领取的问题

dev_chengFeng
gaoxin 2021-10-25 19:22:57 +08:00
parent f51c80b277
commit 7ac3b1bc14
1 changed files with 6 additions and 4 deletions

View File

@ -1229,12 +1229,14 @@ function this.InitJourneyWithWindConFigData()
end end
end end
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.JourneyWithWind)) do for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.JourneyWithWind)) do
if configInfo.ActivityId == acitvityConFig then
if JourneyWithWindDayAmount[configInfo.DayNum] then if JourneyWithWindDayAmount[configInfo.DayNum] then
JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1 JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1
else else
JourneyWithWindDayAmount[configInfo.DayNum] = 1 JourneyWithWindDayAmount[configInfo.DayNum] = 1
end end
end end
end
end end
function this.GetJourneyWithWindAllDayConFigData() function this.GetJourneyWithWindAllDayConFigData()
return JourneyWithWindAllDayConFigData return JourneyWithWindAllDayConFigData