传参修改
This commit is contained in:
parent
4f71fa8ce2
commit
01459af59e
@ -113,7 +113,7 @@ func (this *Hero) createRepeatHero(session comm.IUserSession, heroCfgId string,
|
||||
TT: comm.Rtype31,
|
||||
Params: []int32{1, cfg.Color},
|
||||
})
|
||||
this.ModuleRtask.TriggerTask(session.GetUserId(), szTask)
|
||||
this.ModuleRtask.TriggerTask(session.GetUserId(), szTask...)
|
||||
}
|
||||
|
||||
return
|
||||
@ -817,7 +817,7 @@ func (this *Hero) SendTaskMsg(session comm.IUserSession, szStar []int32, drawCou
|
||||
Params: []int32{drawCount},
|
||||
})
|
||||
//this.ModuleRtask.SendToRtask(session, comm.Rtype89, drawCount)
|
||||
this.ModuleRtask.TriggerTask(session.GetUserId(), szTask)
|
||||
this.ModuleRtask.TriggerTask(session.GetUserId(), szTask...)
|
||||
}
|
||||
|
||||
func (this *Hero) newCondition(heroRecord *pb.DBHeroRecord) (get bool, starIndex int32) {
|
||||
|
Loading…
Reference in New Issue
Block a user