Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
ccd2b2ffd7
|
@ -1229,10 +1229,12 @@ function this.InitJourneyWithWindConFigData()
|
|||
end
|
||||
end
|
||||
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.JourneyWithWind)) do
|
||||
if JourneyWithWindDayAmount[configInfo.DayNum] then
|
||||
JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1
|
||||
else
|
||||
JourneyWithWindDayAmount[configInfo.DayNum] = 1
|
||||
if configInfo.ActivityId == acitvityConFig then
|
||||
if JourneyWithWindDayAmount[configInfo.DayNum] then
|
||||
JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1
|
||||
else
|
||||
JourneyWithWindDayAmount[configInfo.DayNum] = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue