From fc80114ff58e49332bf65c56cd4cf2c0ab6e242b Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 22 Aug 2022 15:09:59 +0800 Subject: [PATCH] fix: update --- game.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.proto b/game.proto index 7a49911..8940228 100644 --- a/game.proto +++ b/game.proto @@ -108,7 +108,7 @@ message RoleOpenBoxRsp { map reward = 3; } -message RoleBuffRar{ +message RoleBuffRar { string chapter_id = 1; map buffs = 3; } -- libgit2 0.21.2