diff --git a/src/actions/GmAction.lua b/src/actions/GmAction.lua index f0995c6..66a1c2b 100644 --- a/src/actions/GmAction.lua +++ b/src/actions/GmAction.lua @@ -80,6 +80,10 @@ function _M.pvp_cross_head(role, pms) return "成功" end +function _M.pvp_cross_head_gm(role, pms) + role:awardExpireItem(tonum(pms.pm1), pms.pm2, {log = {desc = "pvpCHead"}}) + return "成功" +end local helpDes = {{"描述", "指令", "参数1", "参数2" ,"参数3"}} -- libgit2 0.21.2