Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
271b5d319b
@ -288,6 +288,7 @@ func (this *apiComp) ChallengeReward(session comm.IUserSession, req *pb.ArenaCha
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype130, 1))
|
||||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype128, red.Integral))
|
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype128, red.Integral))
|
||||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype129, red.Dan))
|
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype129, red.Dan))
|
||||||
session.SendMsg(string(this.module.GetType()), "challengereward", &pb.ArenaChallengeRewardResp{Issucc: true, Integral: info.Integral, Dan: info.Dan})
|
session.SendMsg(string(this.module.GetType()), "challengereward", &pb.ArenaChallengeRewardResp{Issucc: true, Integral: info.Integral, Dan: info.Dan})
|
||||||
|
Loading…
Reference in New Issue
Block a user