月之秘籍返回
This commit is contained in:
parent
5abc58590e
commit
f1daed8f9a
@ -209,6 +209,7 @@ func (this *GM) CreateCmd(session comm.IUserSession, cmd string) (code pb.ErrorC
|
|||||||
module1.(comm.IMoonFantasy).TriggerMF(session, datas[1])
|
module1.(comm.IMoonFantasy).TriggerMF(session, datas[1])
|
||||||
code = pb.ErrorCode_Success
|
code = pb.ErrorCode_Success
|
||||||
this.Debug("使用bingo命令", log.Fields{"uid": session.GetUserId(), "0": datas[1]})
|
this.Debug("使用bingo命令", log.Fields{"uid": session.GetUserId(), "0": datas[1]})
|
||||||
|
code = pb.ErrorCode_Success
|
||||||
} else if len(datas) == 2 && (datas[0] == "arena") { // 设置竞技场用户积分
|
} else if len(datas) == 2 && (datas[0] == "arena") { // 设置竞技场用户积分
|
||||||
module1, err := this.service.GetModule(comm.ModuleArena)
|
module1, err := this.service.GetModule(comm.ModuleArena)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user