text 今日创建战队次数已达上限
This commit is contained in:
parent
f6c87f880d
commit
c057d2d4cd
@ -843,9 +843,9 @@ void Player::_CMGuildCreate(f8::MsgHdr& hdr, const cs::CMGuildCreate& msg)
|
||||
return;
|
||||
}
|
||||
if (role_data.today_create_guild_times >= MAX_DAILY_CREATE_GUILD_TIMES) {
|
||||
ShowErrorMsg("今日创建战队次数已达上限");
|
||||
ShowErrorMsg(TEXT("today_create_guild_times_not_enough", "今日创建战队次数已达上限"));
|
||||
respmsg.set_errcode(1);
|
||||
respmsg.set_errmsg("今日创建战队次数已达上限");
|
||||
respmsg.set_errmsg(TEXT("today_create_guild_times_not_enough", "今日创建战队次数已达上限"));
|
||||
SendMsg(respmsg);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user