六合塔战斗奖励
This commit is contained in:
parent
52bb96c96d
commit
bbb070dd2c
@ -157,7 +157,7 @@ func (this *apiComp) ChallengeRaceOver(session comm.IUserSession, req *pb.Pagoda
|
||||
}
|
||||
res = append(res, conf.Reward...)
|
||||
// 通关奖励
|
||||
if errdata, atno = this.module.DispenseAtno(session, award, true); errdata != nil {
|
||||
if errdata, atno = this.module.DispenseAtno(session, res, true); errdata != nil {
|
||||
return
|
||||
}
|
||||
session.SendMsg(string(this.module.GetType()), PagodaChallengeRaceOverResp, &pb.PagodaChallengeRaceOverResp{
|
||||
|
Loading…
Reference in New Issue
Block a user