This commit is contained in:
aozhiwei 2020-09-30 15:05:23 +08:00
parent 726d602e34
commit 349b7fe5c6

View File

@ -351,6 +351,7 @@ void Guild::_CMGuildQuit(f8::MsgHdr& hdr, const cs::CMGuildQuit& msg)
sender->account_id,
kGuildQuit);
}
SaveToDB();
}
}