From 782c178baf2d905dd976610aa1fd1b4c9db01585 Mon Sep 17 00:00:00 2001 From: liuzujun <307836273@qq.com> Date: Sat, 5 Dec 2020 10:28:56 +0800 Subject: [PATCH] 举报功能 --- src/actions/RoleAction.lua | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/actions/RoleAction.lua b/src/actions/RoleAction.lua index 14731a4..57c58e3 100644 --- a/src/actions/RoleAction.lua +++ b/src/actions/RoleAction.lua @@ -1287,6 +1287,7 @@ function _M.accuseRpc(agent, data) local note = msg.note role:mylog("role_action", {desc = "accuse", int1 = targetId, short1 = atype, text1 = note}) + SendPacket(actionCodes.Role_accuseRpc, "") return true end -- libgit2 0.21.2