十绝阵第一名更改推送

master_huanxiang
lvxinran 2020-05-22 10:41:34 +08:00
parent f8383e71b8
commit 256b22e6cd
2 changed files with 8 additions and 0 deletions

View File

@ -477,6 +477,11 @@ import "CommonProto.proto";
message DoRewardIndication{
optional RewardInfo info = 1;
}
message DeathPathFirstChangeIndication{
optional int32 guildId = 1;
optional string guildName = 2;
optional int32 pathId =3;
}
message GuildSendHelpRequest{// type sendMessage

View File

@ -192,6 +192,9 @@ enum MessageType{
DEATH_PATH_DO_REWARD_INDICATION = 10320;//
DEATH_PATH_FIRST_CHANGE_INDICATION = 10321;//
// E 10400
ERROR_CODE_INDICATION = 10400;