From cbf480bc9af8569a2a3b9ee8f4bee026544af3d3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 25 Dec 2022 14:32:23 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index fecdc966..34251aed 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -657,7 +657,7 @@ message MFEmote { optional int32 emote_id = 1; //表情id optional int32 player_id = 3; //玩家id - optional string msg = 5;; + optional string msg = 5; } //英雄结算信息