master_assist
grimm 2024-04-15 13:58:31 +08:00
parent 167c65605b
commit 8b527a4387
2 changed files with 2 additions and 2 deletions

View File

@ -1015,8 +1015,6 @@ option optimize_for = SPEED;
repeated Equip equip =2; // 穿
repeated SpecialEffects SpecialEffects = 3;//
optional int32 force = 4 ; //
repeated SpecialEffects assistAttribute = 5;//
optional int32 assistAdd = 6;//
}
message EveryHeroHandBook{

View File

@ -702,6 +702,8 @@ message ViewHeroInfoResponse{
optional int32 force = 4 ; //
optional int32 guildSkill = 5;//
optional int32 playerGiftLv = 6;//
repeated SpecialEffects assistAttribute = 7;//
optional int32 assistAdd = 8;//
}
message RankRequest{