Commit 2e695358ebf6b58bb9b60402d9c84abc5b6630e2
1 parent
72eaf25c
fix: 爬塔增加最高历史记录
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
game.proto
@@ -190,6 +190,7 @@ message RoleEndClimbReq { | @@ -190,6 +190,7 @@ message RoleEndClimbReq { | ||
190 | 190 | ||
191 | message RoleEndClimbRsp { | 191 | message RoleEndClimbRsp { |
192 | string reward = 1; | 192 | string reward = 1; |
193 | + int32 hishigh = 2; | ||
193 | } | 194 | } |
194 | 195 | ||
195 | message EquipmentDelReq { | 196 | message EquipmentDelReq { |
models.proto
@@ -123,4 +123,5 @@ message Role { | @@ -123,4 +123,5 @@ message Role { | ||
123 | int64 ctime = 28; // 创建时间 | 123 | int64 ctime = 28; // 创建时间 |
124 | string channel = 29; | 124 | string channel = 29; |
125 | string climb_reward = 30; | 125 | string climb_reward = 30; |
126 | + map<int32,int32> climb_hishigh = 31; | ||
126 | } | 127 | } |
127 | \ No newline at end of file | 128 | \ No newline at end of file |