From 41103675d66b46bb9bff4755bbd0ba9d201529d0 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 2 Jun 2022 11:09:39 +0800 Subject: [PATCH] fix: 裝備位置修改 --- game.proto | 2 +- models.proto | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/game.proto b/game.proto index 6d38ad3..4967523 100644 --- a/game.proto +++ b/game.proto @@ -36,7 +36,7 @@ message ChangeTeamReq { //ResponseCmd HeroEquipReferReq message HeroEquipReferReq { - repeated string equipIds = 1; + repeated string equipIds = 1; //[id=pos, id2=pos2] string hero_id = 2; bool refer = 3; //true 穿戴, false 脱下 } diff --git a/models.proto b/models.proto index 992a058..363c113 100644 --- a/models.proto +++ b/models.proto @@ -28,6 +28,7 @@ message Equipment { int32 enhance_level = 4; string hero_id = 5; int32 quality = 6; + int32 pos = 7; } message Prop { -- libgit2 0.21.2