探索杀敌数indication
parent
954aede3cd
commit
f03c8727b6
|
|
@ -206,4 +206,9 @@ import "CommonProto.proto";
|
||||||
message UpStarActivitySelectRequest{
|
message UpStarActivitySelectRequest{
|
||||||
optional int32 activityId = 1;
|
optional int32 activityId = 1;
|
||||||
optional int32 selectId = 2;
|
optional int32 selectId = 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
message ExploreActivityIndication{
|
||||||
|
optional int32 guildId = 1;//工会id
|
||||||
|
optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数
|
||||||
}
|
}
|
||||||
|
|
@ -1422,7 +1422,8 @@ enum MessageType{
|
||||||
//森罗幻境自动挂机奖励展示
|
//森罗幻境自动挂机奖励展示
|
||||||
TowerGetRewardInfoShowRequest = 3050050;
|
TowerGetRewardInfoShowRequest = 3050050;
|
||||||
TowerGetRewardInfoShowResponse = 3050051;
|
TowerGetRewardInfoShowResponse = 3050051;
|
||||||
|
//探索工会杀敌数
|
||||||
|
ExploreActivityIndication = 3050052;
|
||||||
|
|
||||||
//800000起为global 协议
|
//800000起为global 协议
|
||||||
GetWorldServerRequest = 800001;//获取世界服ip
|
GetWorldServerRequest = 800001;//获取世界服ip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue