1
This commit is contained in:
parent
e21b14ab63
commit
c56a206f45
@ -741,7 +741,7 @@ void Guild::_CMGuildMemberList(f8::MsgHdr& hdr, const cs::CMGuildMemberList& msg
|
|||||||
respmsg.set_guild_lv(guild_lv_);
|
respmsg.set_guild_lv(guild_lv_);
|
||||||
*respmsg.mutable_paging() = msg.paging();
|
*respmsg.mutable_paging() = msg.paging();
|
||||||
if (respmsg.paging().page_size() <= 0) {
|
if (respmsg.paging().page_size() <= 0) {
|
||||||
respmsg.mutable_paging()->set_page_size(10);
|
respmsg.mutable_paging()->set_page_size(100);
|
||||||
}
|
}
|
||||||
int total_count = 0;
|
int total_count = 0;
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user