1
This commit is contained in:
parent
d1d4171a44
commit
ae2c35fdf5
@ -145,7 +145,11 @@ void Guild::_CMGuildJoin(f8::MsgHdr& hdr, const cs::CMGuildJoin& msg)
|
||||
GuildMgr::Instance()->ForwardGuildSMMsg(hdr.socket_handle,
|
||||
forward_msg->context(),
|
||||
respmsg);
|
||||
if (!GetMember(forward_msg->context().user_info().base_data().account_id())) {
|
||||
|
||||
GuildMember* member = GetMember(forward_msg->context().user_info().base_data().account_id());
|
||||
if (member) {
|
||||
|
||||
} else {
|
||||
DBHelper::Instance()->AddGuildApply(this, forward_msg->context().user_info());
|
||||
}
|
||||
}
|
||||
|
2
third_party/framework
vendored
2
third_party/framework
vendored
@ -1 +1 @@
|
||||
Subproject commit 579efb2289bc7391e68875fc58ada395ca1a6e2a
|
||||
Subproject commit bd30c666bf2a5c909dafe6b458fce62d007d9a56
|
Loading…
x
Reference in New Issue
Block a user