From 58a36ebdd1662f78e5a312c0a6ea25a50422d80f Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 11 Oct 2021 15:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 4bd996a..80396cc 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1099,7 +1099,7 @@ option optimize_for = SPEED; // 御剑飞行,人物信息 message ModelUserInfo{ optional string userName = 1;//玩家名字 - optional int32 treeLevel = 2;//神树等级 + optional int32 practiceLevel = 2;//修行等级 optional int32 sex = 3;//性别 }