Commit 782c178baf2d905dd976610aa1fd1b4c9db01585
1 parent
e9e384bf
举报功能
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/actions/RoleAction.lua
| @@ -1287,6 +1287,7 @@ function _M.accuseRpc(agent, data) | @@ -1287,6 +1287,7 @@ function _M.accuseRpc(agent, data) | ||
| 1287 | local note = msg.note | 1287 | local note = msg.note |
| 1288 | 1288 | ||
| 1289 | role:mylog("role_action", {desc = "accuse", int1 = targetId, short1 = atype, text1 = note}) | 1289 | role:mylog("role_action", {desc = "accuse", int1 = targetId, short1 = atype, text1 = note}) |
| 1290 | + SendPacket(actionCodes.Role_accuseRpc, "") | ||
| 1290 | return true | 1291 | return true |
| 1291 | end | 1292 | end |
| 1292 | 1293 |