扭转乾坤协议
parent
2161a310d3
commit
76f1ce345f
|
|
@ -55,4 +55,9 @@ import "CommonProto.proto";
|
|||
message UpgradeGodTreeRequest{
|
||||
}
|
||||
message UpgradeGodTreeResponse{
|
||||
}
|
||||
//扭转乾坤
|
||||
message GoodLuckResponse{
|
||||
optional int32 index = 1;
|
||||
optional Drop drop = 2;
|
||||
}
|
||||
|
|
@ -503,6 +503,8 @@ enum MessageType{
|
|||
GUILD_CHALLENGE_SEND_MESSAGE_RESPONSE = 16685;
|
||||
|
||||
//GUILD_CHALLENGE_FIVE_INDICATION = 16686;//公会副本五点刷新
|
||||
GOOD_LUCK_REQUEST = 16687//扭转乾坤
|
||||
GOOD_LUCK_RESPONSE = 16688;
|
||||
|
||||
// H 10700
|
||||
HERO_RAND_REQQUEST = 10701;
|
||||
|
|
|
|||
Loading…
Reference in New Issue