From 07eaced4e344b9578adc9774d00f30ba96e31b6f Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 2 Jun 2022 12:23:37 +0800 Subject: [PATCH] fix: 裝備位置修改 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 363c113..1f6b8dd 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=tb_id id1=tb_id1" + string equipments = 7; //"id=pos id1=pos1" int32 exp = 8; } -- libgit2 0.21.2