From ee71c3326f47b86372ebdba29abfc06d8d0e7fcc Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 23 May 2023 15:05:16 +0800 Subject: [PATCH] fix: update --- protocode.proto | 2 +- role.proto | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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