This commit is contained in:
aozhiwei 2020-11-19 19:25:50 +08:00
parent 3dc8f369ba
commit c5703e674c
2 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,7 @@ void Human::FillMFPlayerStats(cs::MFPlayerStats* stats_pb)
if (guild_id != 0) { if (guild_id != 0) {
stats_pb->set_guild_id(guild_id); stats_pb->set_guild_id(guild_id);
} }
stats_pb->set_rescue_guild_member(stats.rescue_guild_member);
for (auto& pair : stats.items) { for (auto& pair : stats.items) {
auto p = stats_pb->add_items(); auto p = stats_pb->add_items();

View File

@ -615,6 +615,7 @@ message MFPlayerStats
optional string account_id = 21; //id optional string account_id = 21; //id
optional int64 guild_id = 22; //id optional int64 guild_id = 22; //id
optional int32 rescue_guild_member = 23; //
} }
// //