This commit is contained in:
aozhiwei 2023-04-20 17:30:41 +08:00
parent 7ec1087638
commit 3c812b4da8

View File

@ -997,5 +997,6 @@ void RoomMgr::EnterNewBie(f8::MsgHdr& hdr, const cs::CMJoin& msg)
msg.account_id()
});
}
hum->TryAddBuff(hum, kInvincibleBuffId);
RoomMgr::Instance()->OnJoinRoomOk(msg, hum);
}