diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 81e4981..e92b72f 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -673,7 +673,7 @@ message BaublesDownBlessRequest{ message TrainingRequest{ optional int32 architectureId = 1;//建筑id optional string heroId = 2;//英雄唯一id - optional int32 operation = 3;//1:开始特训 2:结束特训 3:立即完成 + optional int32 operation = 3;//1:开始特训 2:结束特训 } message TrainingResponse{