From e63792bf7b9cbcdf2cf0e29a9bee68a3cfc10fef Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 12 Dec 2020 13:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E5=8C=BA=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 8fbca12..91e3ce2 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -457,6 +457,7 @@ option optimize_for = SPEED; optional int32 force = 8;//战力 optional int32 guildSign = 9 ;//公会图腾 optional int32 sex = 10;//性别 + optional string serverName = 11;//所在区服 }