Commit 3d9dae4a03064af0317f629aab50101df836ae5c
1 parent
444bec1c
fix: 结束战斗的协议加上队伍id
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
game.proto
@@ -74,6 +74,7 @@ message RoleEndBattleReq { | @@ -74,6 +74,7 @@ message RoleEndBattleReq { | ||
74 | int32 chapter_id = 1; | 74 | int32 chapter_id = 1; |
75 | int32 carbon_id = 2; | 75 | int32 carbon_id = 2; |
76 | bool pass = 3; | 76 | bool pass = 3; |
77 | + string team_id = 4; | ||
77 | } | 78 | } |
78 | 79 | ||
79 | //ResponseCmd RoleEndBattleRsp | 80 | //ResponseCmd RoleEndBattleRsp |