diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index a716003..0404ed2 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -662,6 +662,7 @@ import "CommonProto.proto"; //迷宫寻宝派遣 message MissingRoomSendHeroRequest{ repeated string heroIds = 1; + optional int32 missionId = 2; } //迷宫寻宝任务加速 message MissingRoomAccelerateRequest{