技能卡资源发放修改

This commit is contained in:
meixiongfeng 2024-01-11 16:48:12 +08:00
parent 2879162249
commit 5de5b2fa25

View File

@ -916,7 +916,7 @@ func (this *ModuleBase) DispenseAtno(session comm.IUserSession, res []*cfg.Gamea
}
for k, v := range xxl {
atno = append(atno, &pb.UserAtno{
A: comm.TitleType,
A: comm.XxlType,
T: k,
N: v,
})
@ -929,7 +929,7 @@ func (this *ModuleBase) DispenseAtno(session comm.IUserSession, res []*cfg.Gamea
}
for k, v := range xxlSkill {
atno = append(atno, &pb.UserAtno{
A: comm.TitleType,
A: comm.XxlSkill, //,
T: k,
N: v,
})