bingo 满英雄 属性没入库问题
This commit is contained in:
parent
6efdfa4fb1
commit
a25e943818
@ -726,6 +726,7 @@ func (this *Hero) GetAllMaxHero(session comm.IUserSession) (code pb.ErrorCode) {
|
||||
"sameCount": 1,
|
||||
"normalSkill": hero.NormalSkill,
|
||||
"talentProperty": hero.TalentProperty,
|
||||
"property": hero.Property,
|
||||
}
|
||||
|
||||
// 保存数据
|
||||
|
@ -317,13 +317,13 @@ func (this *Privilege) SendDailyMail(session comm.IUserSession, cId string, coun
|
||||
N: v.N,
|
||||
})
|
||||
}
|
||||
|
||||
if pType == 1 {
|
||||
this.mail.SendMailByCid(session, comm.Yueka_1, res)
|
||||
} else if pType == 2 {
|
||||
this.mail.SendMailByCid(session, comm.Yueka_1, res)
|
||||
for i := 0; i < int(count); i++ {
|
||||
if pType == 1 {
|
||||
this.mail.SendMailByCid(session, comm.Yueka_1, res)
|
||||
} else if pType == 2 {
|
||||
this.mail.SendMailByCid(session, comm.Yueka_1, res)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func (this *Privilege) CheckAllPrivilege(session comm.IUserSession) map[int32]*pb.PrivilegeList {
|
||||
|
Loading…
Reference in New Issue
Block a user