text 今天邀请次数已经用完不能再邀请

This commit is contained in:
aozhiwei 2020-12-24 11:25:26 +08:00
parent 9349f9eba5
commit 26e98151d4

View File

@ -261,7 +261,7 @@ void Player::_CMFriendApply(f8::MsgHdr& hdr, const cs::CMFriendApply& msg)
}
if (role_data.today_apply_times > DAILY_APPLY_FRIEND_TIMES) {
respmsg.set_errcode(4);
respmsg.set_errmsg("今天邀请次数已经用完不能再邀请");
respmsg.set_errmsg(TEXT("today_invite_times_not_enough", "今天邀请次数已经用完不能再邀请"));
SendMsg(respmsg);
return;
}