This commit is contained in:
aozhiwei 2020-11-30 11:29:15 +08:00
parent 73da12c949
commit 43e845e150
2 changed files with 9 additions and 0 deletions

View File

@ -330,6 +330,12 @@ void Human::FillMFPlayerStats(cs::MFPlayerStats* stats_pb)
p->set_key(pair.first);
p->set_value(pair.second);
}
if (vip_lv != 0) {
stats_pb->set_vip_lv(vip_lv);
}
if (head != 0) {
stats_pb->set_head(head);
}
}
void Human::GetAabbBox(AabbCollider& aabb_box)

View File

@ -621,6 +621,9 @@ message MFPlayerStats
optional string account_id = 21; //id
optional int64 guild_id = 22; //id
optional int32 rescue_guild_member = 23; //
optional int32 vip_lv = 35 [default = 0]; //
optional int32 head = 36 [default = 0]; //
}
//