text 今日申请战队次数已达上限

This commit is contained in:
aozhiwei 2020-12-24 11:36:39 +08:00
parent c057d2d4cd
commit 8264668a40

View File

@ -938,9 +938,9 @@ void Player::_CMGuildJoin(f8::MsgHdr& hdr, const cs::CMGuildJoin& msg)
return;
}
if (role_data.today_apply_guild_times >= MAX_DAILY_APPPLY_GUILD_TIMES) {
ShowErrorMsg("今日申请战队次数已达上限");
ShowErrorMsg(TEXT("today_join_guild_times_not_enough", "今日申请战队次数已达上限"));
respmsg.set_errcode(1);
respmsg.set_errmsg("今日申请战队次数已达上限");
respmsg.set_errmsg(TEXT("today_join_guild_times_not_enough", "今日申请战队次数已达上限"));
SendMsg(respmsg);
return;
}