From bebeecbc8cebc8b7160a630459dc31f72c0f427e Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 27 Mar 2023 15:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=85=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 06d9bf4..17b029e 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1300,8 +1300,7 @@ message MagicSoldierInfoResponse{ //更换位置 message MagicSoldierLocationRequest{ optional string id = 1;//主动修改得神兵id - optional string toId = 2;//被动修改得神兵id,没有为空 - optional int32 point = 3;//主动修改神兵得位置 + optional int32 point = 2;//主动修改神兵得位置 } message MagicSoldierLocationResponse{ }