【飘渺之旅】修复完成全部任务,无法领取的问题
parent
f51c80b277
commit
7ac3b1bc14
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue