From a1d159bdae5ffc9b49220ec8f20ff3f6649cc349 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Fri, 27 May 2022 11:31:09 +0800 Subject: [PATCH] fix: update --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index b4cf085..992a058 100644 --- a/models.proto +++ b/models.proto @@ -17,7 +17,7 @@ message Hero { int32 level = 4; int32 rein_count = 5; int32 rein_point = 6; - string equipments = 7; //"id=type id1=type1" + string equipments = 7; //"id=tb_id id1=tb_id1" int32 exp = 8; } -- libgit2 0.21.2