text 对方已经有战队
This commit is contained in:
parent
23ca63b32f
commit
a8bfd88f19
@ -385,7 +385,7 @@ void Guild::_CMGuildAgree(f8::MsgHdr& hdr, const cs::CMGuildAgree& msg)
|
|||||||
);
|
);
|
||||||
guild->ClearApplyBySenderId(msg_copy->apply().base_data().account_id());
|
guild->ClearApplyBySenderId(msg_copy->apply().base_data().account_id());
|
||||||
} else {
|
} else {
|
||||||
guild->SendErrorMsg(param.param2, forward_msg_copy->context(), "对方已经有战队");
|
guild->SendErrorMsg(param.param2, forward_msg_copy->context(), TEXT("target_already_has_guild", "对方已经有战队"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user