| | |
| | | import PlayerFairyCeremony
|
| | | import PlayerNewFairyCeremony
|
| | | import PlayerUniversalGameRec
|
| | | import GameWorldAverageLv
|
| | | import GameWorldProcess
|
| | | import ChPyNetSendPack
|
| | | import NetPackCommon
|
| | |
| | | if not activityIpyData or (isActivity and not isEnd):
|
| | | activityIpyData = ipyData
|
| | | activityInfoDict = {ShareDefine.ActKey_CfgID:cfgID}
|
| | | if actName == ShareDefine.OperationActionName_LoginAward:
|
| | | #活动每天的世界等级
|
| | | activityInfoDict[ShareDefine.ActKey_WorldLVList] = GameWorldAverageLv.GetWorldLVListByTime(startDayDate, (endDayDate - startDayDate).days)
|
| | |
|
| | | if startDayDate <= curDateTime < endDayDate:
|
| | | dayIndex = 0
|