diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index c355032..848c7a4 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1035,5 +1035,6 @@ option optimize_for = SPEED; optional FightData fightData3 = 9;//第三个队伍的战斗回放 optional int32 power = 10; optional int32 type = 11; //战斗类行 1:进攻成功 2:进攻失败 3:防守成功 4:防守失败 + optional int32 practiceLevel = 12; //修行的等级 } \ No newline at end of file