上传秘境战斗数据同步bug
This commit is contained in:
parent
5e23153a08
commit
483accd591
@ -32,7 +32,7 @@ func (this *apiComp) Battle(session comm.IUserSession, req *pb.MoonfantasyBattle
|
||||
this.module.modelUserMF.Change(session.GetUserId(), map[string]interface{}{
|
||||
"battleNum": umfantasy.BattleNum,
|
||||
})
|
||||
this.module.modelDream.Change(session.GetUserId(), map[string]interface{}{
|
||||
this.module.modelDream.Change(mdata.Id, map[string]interface{}{
|
||||
"record": mdata.Record,
|
||||
})
|
||||
session.SendMsg(string(this.module.GetType()), "battle", &pb.MoonfantasyBattleResp{
|
||||
|
Loading…
Reference in New Issue
Block a user