Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
56934264a3
|
@ -1031,7 +1031,7 @@ func (this *WelfareMgr) Welfareturnplate(p *Player, op int32) bool { // 0 红点
|
|||
addUpDate = append(addUpDate, d.AddUpDay)
|
||||
}
|
||||
}
|
||||
signIndex := p.WelfData.Sign7.SignIndex
|
||||
signIndex = p.WelfData.Sign7.SignIndex % int32(len(turnplate.RateList))
|
||||
for _, addupday := range addUpDate {
|
||||
if addupday <= signIndex {
|
||||
falg := false
|
||||
|
|
Loading…
Reference in New Issue