1
This commit is contained in:
parent
4f2bbdc269
commit
0483f29b94
@ -125,7 +125,9 @@ void Guild::_CMGuildJoin(f8::MsgHdr& hdr, const cs::CMGuildJoin& msg)
|
|||||||
GuildMgr::Instance()->ForwardGuildSMMsg(hdr.socket_handle,
|
GuildMgr::Instance()->ForwardGuildSMMsg(hdr.socket_handle,
|
||||||
forward_msg->context(),
|
forward_msg->context(),
|
||||||
respmsg);
|
respmsg);
|
||||||
DBHelper::Instance()->AddGuildApply(this, forward_msg->context().user_info());
|
if (GetMember(forward_msg->context().user_info().base_data().account_id())) {
|
||||||
|
DBHelper::Instance()->AddGuildApply(this, forward_msg->context().user_info());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Guild::_CMGuildAgree(f8::MsgHdr& hdr, const cs::CMGuildAgree& msg)
|
void Guild::_CMGuildAgree(f8::MsgHdr& hdr, const cs::CMGuildAgree& msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user