From 90178830187c04e5ac9c5bade3e39a2610f55018 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 4 Jul 2020 03:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=9B=BEbuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index c56060f..02073a0 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -331,6 +331,7 @@ import "CommonProto.proto"; } message GetTrialBoxRewardResponse{ optional Drop boxDrop = 1;//宝箱奖励 + repeated int32 buffIds = 2;//进图buffId } message UseAddHpItemRequest{ optional string heroId = 1;