diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 692f33e..403491a 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -306,3 +306,6 @@ import "CommonProto.proto"; message EndlessSetTeamIndication{ repeated HeroInfo info = 1; } + message EndlessMapChange{ + optional int32 mapId = 1; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index d16a91d..a7aa791 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -178,6 +178,8 @@ enum MessageType{ EXCHANGE_CDK_REQUEST = 10427;//兑换cdkey EXCHANGE_CDK_RESPONSE = 10428;//兑换cdkey + + ENDLESS_MAP_CHANGE_INDICATION = 10429;//无尽地图修改推送 // F 10500 FIGHT_START_REQUEST = 10500; //