Compare commits
No commits in common. "94e1effc632229ea436433c1b9725f910276c195" and "36708d2af6be350924c67091fd8388ec001ba200" have entirely different histories.
94e1effc63
...
36708d2af6
|
@ -170,7 +170,6 @@ type AllConfig struct {
|
|||
*webapi.GamePigBankPropConfig
|
||||
//年兽配置
|
||||
*webapi.ActivityNianConfig
|
||||
*webapi.NianRankReward
|
||||
// 红包配置
|
||||
*webapi.RedPacketConfig
|
||||
}
|
||||
|
|
|
@ -84,8 +84,10 @@ func CSNianData(s *netlib.Session, packetid int, data interface{}, sid int64) er
|
|||
|
||||
pack.BossHp = p.WelfData.NianData.BossHp
|
||||
pack.BossMaxHp = BossMaxHp
|
||||
pack.ActivityStartTime = timestamp
|
||||
pack.ActivityEndTime = endTimestamp
|
||||
// pack.ActivityStartTime = timestamp
|
||||
//pack.ActivityEndTime = endTimestamp
|
||||
pack.ActivityStartTime = 0
|
||||
pack.ActivityEndTime = 0
|
||||
pack.AwardTime = p.WelfData.NianData.SignAwardTime
|
||||
pack.BuffCount = p.WelfData.NianData.BuffCount
|
||||
pack.BuffStatus = p.WelfData.NianData.BuffStatus
|
||||
|
|
Loading…
Reference in New Issue