月之秘籍返回

This commit is contained in:
meixiongfeng 2022-12-15 19:16:46 +08:00
parent 5abc58590e
commit f1daed8f9a

View File

@ -209,6 +209,7 @@ func (this *GM) CreateCmd(session comm.IUserSession, cmd string) (code pb.ErrorC
module1.(comm.IMoonFantasy).TriggerMF(session, datas[1])
code = pb.ErrorCode_Success
this.Debug("使用bingo命令", log.Fields{"uid": session.GetUserId(), "0": datas[1]})
code = pb.ErrorCode_Success
} else if len(datas) == 2 && (datas[0] == "arena") { // 设置竞技场用户积分
module1, err := this.service.GetModule(comm.ModuleArena)
if err != nil {