From c7b4ae80d1c1ac6d1f0f7713dcc676cb1fa4b671 Mon Sep 17 00:00:00 2001 From: "DESKTOP-C3M45P4\\dengdan" Date: Thu, 26 Mar 2026 18:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=B2=E6=A6=9C=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index d1f2aae..ad5085e 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1749,11 +1749,11 @@ enum MessageType{ PlayerGodLevelUpResponse = 7000024; //冲榜次数奖励活动 - GetRankTimesStatusRequest = 7000031 - GetRankTimesStatusResponse = 7000032 - GetRankTimesRewardRequest = 7000033 - GetRankTimesRewardResponse = 7000034 - GetRankTimesRedResponse = 7000035 + GetRankTimesStatusRequest = 7000031; + GetRankTimesStatusResponse = 7000032; + GetRankTimesRewardRequest = 7000033; + GetRankTimesRewardResponse = 7000034; + GetRankTimesRedResponse = 7000035; }