From 16fc3896dcfe6aed2ebfdee5e2a98c9458250fa9 Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 17 May 2021 16:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=8C=E5=90=8D=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ChatProto.proto | 1 + protos/Family.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/protos/ChatProto.proto b/protos/ChatProto.proto index 54809c6..6b37493 100644 --- a/protos/ChatProto.proto +++ b/protos/ChatProto.proto @@ -26,6 +26,7 @@ message ChatInfo{ optional int32 speed = 20; optional int32 multiple = 21; //显示次数 optional int32 userTitle = 22; + optional int32 practiceLevel = 23;//修行等级 } message GetChatMessageInfoRequest { diff --git a/protos/Family.proto b/protos/Family.proto index 5f1cbcd..f86171e 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -28,6 +28,7 @@ import "CommonProto.proto"; optional int32 userTitle = 21; optional int32 userMount = 22; optional int32 sex = 23; + optional int32 practiceLevel = 24;//修行等级 }