diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 27f8126..5069bae 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -663,3 +663,8 @@ message BaublesBlessRequest{ optional string blessBaublesId = 2;//庇佑得id } +message BaublesDownBlessRequest{ + optional string baublesId = 1;//主法宝id + repeated string blessBaubles = 2;//庇佑得id +} + diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 600d706..876aaea 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1662,6 +1662,8 @@ enum MessageType{ BaublesStrengthenResponse = 6000018; BaublesBlessRequest = 6000019; BaublesBlessResponse = 6000020; + BaublesDownBlessRequest = 6000021; + BaublesDownBlessResponse = 6000022; }