This commit is contained in:
aozhiwei 2020-12-13 13:59:49 +08:00
parent c3613860be
commit a166d00686

View File

@ -124,8 +124,6 @@ void ChatMgr::ProcGuildChat(Player* hum, const cs::CMSendChatMsg& msg)
if (hum->GuildId() == 0) {
return;
}
++guild_msg_id_;
cs::MFChatMsg* p = new cs::MFChatMsg();
FillMFChatMsg(p, hum, ++guild_msg_id_, msg.chat_channel(), msg.msg_type(), msg.msg_body());