diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index ce79c99..f13c671 100644 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -673,7 +673,7 @@ message SMGuildGainExp //发送聊天消息 message CMSendChatMsg { - optional int32 chat_channel = 1; //聊天频道 1: 世界 2:好友 3:战队 + optional int32 chat_channel = 1; //聊天频道 1: 世界 2:好友 3:战队 4:小队(这时target表示队伍Id) 5:大喇叭 6:跑马灯(只能收不能发) optional string target = 2; //目标 optional int32 msg_type = 3; ////消息类型 0:文本消息(json) 1:自定义协议 (json) 2:纯文本(但是任会做屏蔽字替换) optional string msg_body = 4; //消息内容