【飘渺之旅】修复完成全部任务,无法领取的问题
parent
f51c80b277
commit
7ac3b1bc14
|
@ -1229,6 +1229,7 @@ function this.InitJourneyWithWindConFigData()
|
|||
end
|
||||
end
|
||||
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.JourneyWithWind)) do
|
||||
if configInfo.ActivityId == acitvityConFig then
|
||||
if JourneyWithWindDayAmount[configInfo.DayNum] then
|
||||
JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1
|
||||
else
|
||||
|
@ -1236,6 +1237,7 @@ function this.InitJourneyWithWindConFigData()
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
function this.GetJourneyWithWindAllDayConFigData()
|
||||
return JourneyWithWindAllDayConFigData
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue