From 4f8dfe80d2d931a18c467241d183bda464fb0e45 Mon Sep 17 00:00:00 2001 From: chenyueqi <1056825054@qq.com> Date: Mon, 30 Mar 2020 11:12:30 +0800 Subject: [PATCH] 补充gm帮助描述 --- src/actions/GmAction.lua | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/actions/GmAction.lua b/src/actions/GmAction.lua index 0fc90ce..5331523 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -366,6 +366,7 @@ function _M.email(role, pms) return "成功" end +table.insert(helpDes, {"清除引导", "cguide", "0全/1强/2弱"}) function _M.cguide(role, pms) local id = tonum(pms.pm1, 0) if id == 0 then @@ -378,6 +379,7 @@ function _M.cguide(role, pms) elseif id == 2 then role:updateProperty({field = "funcGuide", value = ""}) end + return "成功" end function _M.helpRpc(agent, data) -- libgit2 0.21.2