diff --git a/role.proto b/role.proto index 8e3b1e3..141ac65 100644 --- a/role.proto +++ b/role.proto @@ -33,7 +33,7 @@ message LoginRsp { int64 time_now = 9; models.Task task = 10; map task_open = 11; - repeated models.Dispatch dispatch = 12; + map dispatch = 12; } message CreateRar { -- libgit2 0.21.2