1
This commit is contained in:
parent
3dc8f369ba
commit
c5703e674c
@ -312,6 +312,7 @@ void Human::FillMFPlayerStats(cs::MFPlayerStats* stats_pb)
|
||||
if (guild_id != 0) {
|
||||
stats_pb->set_guild_id(guild_id);
|
||||
}
|
||||
stats_pb->set_rescue_guild_member(stats.rescue_guild_member);
|
||||
|
||||
for (auto& pair : stats.items) {
|
||||
auto p = stats_pb->add_items();
|
||||
|
@ -615,6 +615,7 @@ message MFPlayerStats
|
||||
|
||||
optional string account_id = 21; //账号id
|
||||
optional int64 guild_id = 22; //公会id
|
||||
optional int32 rescue_guild_member = 23; //救起公会成员次数
|
||||
}
|
||||
|
||||
//空投
|
||||
|
Loading…
x
Reference in New Issue
Block a user