From c444d70ecd62fdc1cb38a545eef158ac6784ddb6 Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 6 Dec 2021 17:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=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 4b86de5..cc8699d 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -838,7 +838,7 @@ option optimize_for = SPEED; optional int32 level = 3; optional double remainHp = 4;//剩余血量 optional int32 position = 5; //位置 1 2 3 4 一次从左到右 - optional int32 godSoulLev = 6;//神魂等级 + optional int32 godSoulLv = 6;//神魂等级 } message ExpeditionTeamInfo{