| | |
| | | if not templateIDList:
|
| | | return
|
| | | actWorldLVList = actLoginAwardInfo.get(ShareDefine.ActKey_WorldLVList, [])
|
| | | openServerDay = GameWorld.GetGameWorld().GetGameWorldDictByKey(ShareDefine.Def_Notify_WorldKey_ServerDay) + 1
|
| | | startDateStr, endDateStr = GameWorld.GetOperationActionDateStr(actIpyData)
|
| | | actInfo = ChPyNetSendPack.tagMCActLoginAwardInfo()
|
| | | actInfo.Clear()
|
| | | actInfo.StartDate = GameWorld.GetOperationActionDateStr(actIpyData.GetStartDate(), openServerDay)
|
| | | actInfo.EndtDate = GameWorld.GetOperationActionDateStr(actIpyData.GetEndDate(), openServerDay)
|
| | | actInfo.StartDate = startDateStr
|
| | | actInfo.EndtDate = endDateStr
|
| | | actInfo.AdvanceMinutes = actIpyData.GetAdvanceMinutes()
|
| | | actInfo.IsDayReset = actIpyData.GetIsDayReset()
|
| | | actInfo.ResetType = actIpyData.GetResetType()
|