From 05479c7beeff0415f3225e7856b9d1b0ac35f161 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 10 Oct 2022 11:42:02 +0800 Subject: [PATCH] fix: 装备脱穿的bug --- models.proto | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/models.proto b/models.proto index 2583c16..101788c 100644 --- a/models.proto +++ b/models.proto @@ -24,6 +24,7 @@ message Hero { int32 rein_point = 6; int32 exp = 7; map skills = 8; + map equipments = 9; } message Equipment { -- libgit2 0.21.2