1
This commit is contained in:
parent
aeb3ea18ec
commit
f05516d1ab
@ -201,7 +201,7 @@ void ChatMgr::SyncGuildChatMsg(Player* hum)
|
||||
if (itr != guild_msgrec_.end()) {
|
||||
if (hum->chat_channel == kCCGuild) {
|
||||
cs::SMChatMsgNotify notifymsg;
|
||||
for (cs::MFChatMsg* chat_msg : world_msgrec_.msg_list) {
|
||||
for (cs::MFChatMsg* chat_msg : itr->second.msg_list) {
|
||||
if (chat_msg->msg_uuid() > hum->guild_channel_last_id) {
|
||||
*notifymsg.add_msg_list() = *chat_msg;
|
||||
hum->guild_channel_last_id = chat_msg->msg_uuid();
|
||||
|
Loading…
x
Reference in New Issue
Block a user