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;//所在区服 }