1
This commit is contained in:
parent
c3613860be
commit
a166d00686
@ -124,8 +124,6 @@ void ChatMgr::ProcGuildChat(Player* hum, const cs::CMSendChatMsg& msg)
|
|||||||
if (hum->GuildId() == 0) {
|
if (hum->GuildId() == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
++guild_msg_id_;
|
|
||||||
|
|
||||||
cs::MFChatMsg* p = new cs::MFChatMsg();
|
cs::MFChatMsg* p = new cs::MFChatMsg();
|
||||||
FillMFChatMsg(p, hum, ++guild_msg_id_, msg.chat_channel(), msg.msg_type(), msg.msg_body());
|
FillMFChatMsg(p, hum, ++guild_msg_id_, msg.chat_channel(), msg.msg_type(), msg.msg_body());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user