From 0a3a72cfd26f2cd2281e1017ccbbe99d6523f572 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 12 Dec 2019 17:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BE=E9=81=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) 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{