diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 92379c8..7f78534 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -661,6 +661,8 @@ enum MessageType{ TO_BE_STRONGER_RESPONSE = 11915; TREASURE_REFRESH_INDICATION = 11916;//戒灵秘宝刷新推送 + + TREASURE_LEVELUP_INDICATION = 11917;//戒灵秘宝等级提升推送 // U 12000 UP_HERO_LEVEL_REQUEST = 12000; // 升级或突破 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index a0eb28e..107466b 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -606,5 +606,8 @@ import "CommonProto.proto"; message TreasureRefreshIndication{ repeated RefreshTask tasks = 1;//刷新任务信息 } + message TreasureLevelUpIndication{ + optional int32 level = 1;//推送戒灵秘宝等级 + } \ No newline at end of file