Compare commits

..

No commits in common. "edf83e6e4107ab49e45fec7d183af8c3c1891d6a" and "7504a2dcdf4775a5754fe4da15499f11096f6a53" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ func (this *WelfareMgr) Welfareturnplate(p *Player, op int32) bool { // 0 红点
addUpDate = append(addUpDate, d.AddUpDay)
}
}
signIndex = p.WelfData.Sign7.SignIndex % int32(len(turnplate.RateList))
signIndex := p.WelfData.Sign7.SignIndex
for _, addupday := range addUpDate {
if addupday <= signIndex {
falg := false