text 今天邀请次数已经用完不能再邀请
This commit is contained in:
parent
9349f9eba5
commit
26e98151d4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user