From 81e5db36a8f8bc5db1c8c945b48857717af08b2c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 27 May 2022 13:07:28 +0800 Subject: [PATCH] 1 --- assets/resources/proto/battle/cs_proto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resources/proto/battle/cs_proto.proto b/assets/resources/proto/battle/cs_proto.proto index 95109d9e..58326b22 100644 --- a/assets/resources/proto/battle/cs_proto.proto +++ b/assets/resources/proto/battle/cs_proto.proto @@ -916,7 +916,7 @@ message CMMatchChoose repeated MFPair skill_list = 4; repeated int32 baseskin = 5; optional int32 hero_skin = 6; - optional int32 hero_uniid = 7; + optional string hero_uniid = 7; } message CMMatchStartGame