diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 3e4e259..2551dc3 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1191,5 +1191,7 @@ option optimize_for = SPEED; optional int32 lingMaiId = 4; //灵脉id optional int32 time = 5; //占领或者被抢夺发生的时间 optional int32 practiceLevel = 6; //修行等级 + optional string defServerName = 7;//对方服务器名字 + }