diff --git a/protocode.proto b/protocode.proto index ae38119..e731acd 100644 --- a/protocode.proto +++ b/protocode.proto @@ -29,7 +29,7 @@ enum ProtoCode RoleMoppingUpRpc = 121; ActivateTalentTreeNodeRpc = 122; ReconnectRpc = 123; - RoleLuckyStarRpc = 124; + RoleLuckyStartRpc = 124; RoleLuckySeekRpc = 125; RoleLuckyRewardRpc = 126; diff --git a/role.proto b/role.proto index 3f670ff..40ccb9f 100644 --- a/role.proto +++ b/role.proto @@ -244,10 +244,10 @@ message ReconnectRsp { map dispatch = 12; } -message RoleLuckyStarReq { +message RoleLuckyStartReq { } -message RoleLuckyStarRsp { +message RoleLuckyStartRsp { map reward = 1; } -- libgit2 0.21.2