diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 155e44e..d4b12e4 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1020,7 +1020,9 @@ enum MessageType{ VIP_LEVEL_STATE_REWARD_REQUEST = 12224;//特权等级奖励领取 VIP_LEVEL_STATE_REWARD_RESPONSE = 12225; - + + SWEEP_DEMON_REQUEST = 12226;//心魔试炼扫荡 + SWEEP_DEMON_RESPONSE = 12227;//心魔试炼扫荡 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 91ee273..368f9bb 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -888,7 +888,7 @@ import "CommonProto.proto"; message VipLevelStateRequset{ } message VipLevelStateResponse{ - repeated KeyVal vipState = 1;//键值对 + repeated KeyVal vipState = 1;//键值对 } //特权等级奖励领取 message VipLevelStateRewardRequset{