| | |
| | | if not ipyData:
|
| | | return
|
| | |
|
| | | openServerDay = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_ServerDay) + 1
|
| | | startDateStr, endDateStr = GameWorld.GetOperationActionDateStr(ipyData)
|
| | | NewFairyCeremonyInfo = ChPyNetSendPack.tagGCNewFairyCeremonyInfo()
|
| | | NewFairyCeremonyInfo.Clear()
|
| | | NewFairyCeremonyInfo.StartDate = GameWorld.GetOperationActionDateStr(ipyData.GetStartDate(), openServerDay)
|
| | | NewFairyCeremonyInfo.EndtDate = GameWorld.GetOperationActionDateStr(ipyData.GetEndDate(), openServerDay)
|
| | | NewFairyCeremonyInfo.StartDate = startDateStr
|
| | | NewFairyCeremonyInfo.EndtDate = endDateStr
|
| | | NewFairyCeremonyInfo.WorldLV = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_OActWorldLV % ShareDefine.OperationActionName_NewFairyCeremony)
|
| | | NewFairyCeremonyInfo.LimitLV = ipyData.GetLVLimit()
|
| | | NewFairyCeremonyInfo.ResetType = ipyData.GetResetType()
|