From 2e695358ebf6b58bb9b60402d9c84abc5b6630e2 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 24 Nov 2022 11:22:31 +0800 Subject: [PATCH] fix: 爬塔增加最高历史记录 --- game.proto | 1 + models.proto | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/game.proto b/game.proto index d4a084a..82339e3 100644 --- a/game.proto +++ b/game.proto @@ -190,6 +190,7 @@ message RoleEndClimbReq { message RoleEndClimbRsp { string reward = 1; + int32 hishigh = 2; } message EquipmentDelReq { diff --git a/models.proto b/models.proto index 7d24a2f..7fac835 100644 --- a/models.proto +++ b/models.proto @@ -123,4 +123,5 @@ message Role { int64 ctime = 28; // 创建时间 string channel = 29; string climb_reward = 30; + map climb_hishigh = 31; } \ No newline at end of file -- libgit2 0.21.2