From 90ecf1f04098506a098610b87334a2dada3f82eb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Dec 2020 14:28:00 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index e0861e3..ce79c99 100644 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -56,6 +56,7 @@ message MFBaseUserData optional int32 guild_job = 7; //公会职位 1:公会长 2:副公会长 3:精英成员 其他(0):普通会员 optional int32 vip_lv = 8 [default = 0]; //性别 optional int32 head = 9 [default = 0]; //头像框 + optional int32 contribute = 10 [default = 0]; //贡献度 optional int64 user_value1 = 50; //用户字段1 optional int64 user_value2 = 51; //用户字段2 @@ -202,6 +203,7 @@ message CMUpdateUserInfo optional int32 sex = 4; //性别 1:男 2:女 0:未知 optional int32 vip_lv = 8; //性别 optional int32 head = 9; //头像框 + optional int32 contribute = 10; //贡献度 optional int64 user_value1 = 50; //用户字段1 optional int64 user_value2 = 51; //用户字段2