This commit is contained in:
aozhiwei 2020-10-01 14:05:34 +08:00
parent 4619772fd2
commit 45d40a8b02

View File

@ -360,7 +360,7 @@ void Guild::_CMGuildQuit(f8::MsgHdr& hdr, const cs::CMGuildQuit& msg)
kGuildQuit);
if (src_job == kGuildOwner && GetJobMemberNum(kGuildOwner) < 1) {
if (member_hash_.empty()) {
guild_status_ = kGuildDismissed;
} else {
}