1
This commit is contained in:
parent
225555b28a
commit
4619772fd2
@ -359,7 +359,11 @@ void Guild::_CMGuildQuit(f8::MsgHdr& hdr, const cs::CMGuildQuit& msg)
|
||||
sender->account_id,
|
||||
kGuildQuit);
|
||||
if (src_job == kGuildOwner && GetJobMemberNum(kGuildOwner) < 1) {
|
||||
if (member_hash_.empty()) {
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
SaveToDB();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user