diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 0bd89bb..529424f 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -261,6 +261,8 @@ import "CommonProto.proto"; optional int32 essenceValue = 1; // 奖励 optional Drop drop = 2; + + optional Cell cell = 3;//boss信息,位置id,事件id } //精英副本 message DifficultMapRequest{